[PHP-WIN] Re: duplicate entries

2001-08-01 Thread k
I'm not sure if I fully understand but let me give it a shot. You have a form where a user enters a hostname and your script queries to see if the hostname they typed in is already in the database. If it is, you give them an error, if not you insert the record. Now, if the hostname form field is b

php-windows Digest 2 Aug 2001 06:29:35 -0000 Issue 680

2001-08-01 Thread php-windows-digest-help
php-windows Digest 2 Aug 2001 06:29:35 - Issue 680 Topics (messages 8614 through 8621): Problem installing PHP4 on Linux 8614 by: Kevin Sayre Re: mail(); error 8615 by: Chris Burwell attach file problem. 8616 by: arthur 8617 by: Holm Puder 8618 by:

[PHP-WIN] Re: fork?!?!

2001-08-01 Thread k
I have 4.0.6 running and I'm still getting the "Unable to fork" error that they say was fixed in 4.0.6. Maybe they don't have the latest Microsoft patches or something but this stinks. David "Arkegide" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > >

[PHP-WIN] loading the test page

2001-08-01 Thread Alex Shiu
Hi all, I have some trouble getting the php test page to display, please help. I am running Apache 1.3.12 WinNT SP6 PHP 4.0.6 I already verified that apache is working. Then I installed PHP and added the necessary lines to httpd.conf Then I added to a test.php file when i try to open htt

[PHP-WIN] W2k + iPlanet + php4.0.6

2001-08-01 Thread R.
Can fine a proper way to install Php4 on an Netscape server 4.1. Try to install it like CGI (as explained here http://http://benoit.noss.free.fr/php/install-php.html ) But i got this error trying to GET /index.php, handle-processed reports: no way to service request for /index.php Anybody have a s

[PHP-WIN] Re: attach file problem.

2001-08-01 Thread Hugh Bothwell
"Arthur" <[EMAIL PROTECTED]> wrote in message 048001c11a9d$387eb460$[EMAIL PROTECTED]">news:048001c11a9d$387eb460$[EMAIL PROTECTED]... > $Headers .= "MIME-version: 1.0\n"; > $Headers .= "Content-type: multipart/mixed; "; > $Headers .= "\nContent-Type:text/html"; > $Headers .= "boundary=\"Message

[PHP-WIN] Re: attach file problem.

2001-08-01 Thread Holm Puder
Try this: $Answer = fread $MailText =" This is the Text"; $fileName = "your-name.htm"; $mail_header =""; // Send mail to customer /* Generiere einen Boundary */ $boundary = strtoupper(md5(uniqid(time(; /* Mail-Header using MIME-Mail-Header */

[PHP-WIN] attach file problem.

2001-08-01 Thread arthur
Hello, I'm using mail to attach a file but I'm having a problem. My script works really good but when I send an attachment the file goes currupt. I don't know if the problem is the encoded_attach or enything else. Hope someone can help me. Here goes a part of my script tha

[PHP-WIN] Re: mail(); error

2001-08-01 Thread Chris Burwell
Thanks Everybody I didn't even think of the whloe smtp server thing on my own computer. Thanks for your help! "Chris Burwell" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > when i try to send an e-mail using the mail(); function i get the following > message: >

[PHP-WIN] Problem installing PHP4 on Linux

2001-08-01 Thread Kevin Sayre
Ok, here's a real stupid question, but I can't see what I did wrong. Basically, I'm trying to get PHP to run on a Red Hat Linux server, installed the RPM, verified that the httpd.conf file has the LoadModule for PHP in it, but still, it won't process the scripts, simply spits out the code. What'd

php-windows Digest 1 Aug 2001 14:03:33 -0000 Issue 679

2001-08-01 Thread php-windows-digest-help
php-windows Digest 1 Aug 2001 14:03:33 - Issue 679 Topics (messages 8604 through 8613): couple of questions about php and apache on win2k server 8604 by: Kash Re: Works through DOS, not through Apache 8605 by: Frank M. Kromann Re: Variable scope in loops 8606 by: M

[PHP-WIN] Problem installing PHP4 on Linux

2001-08-01 Thread Kevin Sayre
Ok, here's a real stupid question, but I can't see what I did wrong. Basically, I'm trying to get PHP to run on a Red Hat Linux server, installed the RPM, verified that the httpd.conf file has the LoadModule for PHP in it, but still, it won't process the scripts, simply spits out the code. What'd

[PHP-WIN] Attachment in mail().

2001-08-01 Thread arthur
I'm having a big problem with mail(). Í'm trying to add a attachment, but the only way I have found is using Mime. Does anybody know if there's a way to add a attach file and how can I do it??? If somebody knows and have an example, I would be really glad. Arthur Franco -- PHP Windows Mailing

[PHP-WIN] Re: mail(); error

2001-08-01 Thread Joel
Your SMTP server might not be on or working. For testing purpose, you could use your own SMTP server on your computer from postcastserver.com, download postcastserver (freewar) -- Joel Agnel [EMAIL PROTECTED] "Chris Burwell" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL P

[PHP-WIN] Apache, PHP4.06, PHP_DOMXML.DLL

2001-08-01 Thread Mads Østerby
Problem! Using Windows 98, Apache 1.3.14, PHP 4.06, and i works fine! Now I try to use the php_domxlm.dll . My PHP.ini in configured with: [php.ini] . . extension_dir=c:\WebServer\php\extensions extension=php_domxml.dll . . I get no errors on Apache/php server startup, and other .php file

RE: [PHP-WIN] mail(); error

2001-08-01 Thread Michael Rudel
Hi Chris, ... you need to specify your smtp-server in the php.ini. Hope this helps. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - Besuchen Sie uns am 20. und 21. August 2001 auf der online-marketing-düsseldorf in Halle 1 Stand E 16 __

[PHP-WIN] COM with ISS and PHP

2001-08-01 Thread Holm Puder
Hi, I try to connect to a COM object. The creation of the objects works fine. The return value isn't NULL. If I call one of the public functions I get always an error message "Warning: Invoke() failed:" The code is like $obj = COM("TestCom.TestCtrl.1"); if ( $obj == NULL ) print .. e

[PHP-WIN] Need docs for building PHP4 in Win32

2001-08-01 Thread Aaron
I have looked thoroughly for *detailed* documentation on how to build PHP4 and extensions under Win32. Documentation is NOT included in the source distribution or anywhere I can find through the search engine at www.php.net . I understand that www.php4win.de is apparently the best resource at th