[PHP-WIN] how to print to a file by php_printer functions ?

2004-02-21 Thread yuegong
Hi, How to print to a file by php_printer functions ? Thanks. Yue Gong

[PHP-WIN] how to create a 2 colors(B&W) bmp image by php ?

2004-02-21 Thread yuegong
Hi, How to create a 2 colors(B&W) bmp image by php ? Thanks. yuegong

[PHP-WIN] Re: help with this installation

2004-02-21 Thread danny cobbinah
i have now got apache 1.3.29 and php4 and still am having prolems. i am not surte what is going on "Danny Cobbinah" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > i followed this tute on how to set up the php and apache. and still i have > not joy. my localhost command isnt working

php-windows Digest 21 Feb 2004 19:41:14 -0000 Issue 2133

2004-02-21 Thread php-windows-digest-help
php-windows Digest 21 Feb 2004 19:41:14 - Issue 2133 Topics (messages 22925 through 22935): Re: date conversion 22925 by: Sudeep Sarath 22926 by: Sudeep Sarath NEWBIE: Is this consistant of bad PHP install? 22927 by: James Thomas \(Newbie\) 22928 by: DvDmanDT

[PHP-WIN] help with this installation

2004-02-21 Thread danny cobbinah
i followed this tute on how to set up the php and apache. and still i have not joy. my localhost command isnt working at all. i am at a loss. really need help with this. http://madeyeted.no-ip.com/tutorial1.html -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.p

RE: [PHP-WIN] php on windows xp

2004-02-21 Thread Svensson, B.A.T. (HKG)
I can tellf rom my spell that I already been drinking to many beers this evening... -Original Message- From: Svensson, B.A.T. (HKG) To: '[EMAIL PROTECTED] ' Sent: 2004-02-21 18:35 Subject: RE: [PHP-WIN] php on windows xp Well, this explain a lot. :) System32 is a folder in the windows i

RE: [PHP-WIN] php on windows xp

2004-02-21 Thread Svensson, B.A.T. (HKG)
Well, this explain a lot. :) System32 is a folder in the windows installation directory, if defualt, it should be at C:\Windows\System32. Normlay most application looks for DLL's (Dynamaic Loadable Libraires) here. If you put an DLL here, then most applications will be able to find it. httpd.conf

Re: [PHP-WIN] php on windows xp

2004-02-21 Thread danny cobbinah
i dont get step 2 and step 3. could you explain it for me please "Meteorlet Woody" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > danny cobbinah,Hello£¡ > > the precedure: > 1) rename php.ini-dist to php.ini and copy it to system path,such as C:/Windows/ or C:/winnt/ > 2) copy php4ts

[PHP-WIN] Re: swamp installed but no joy

2004-02-21 Thread danny cobbinah
i even went into control panel->admin tools->services to start the apache2 there. but no luck either. looking downt the list mysql has started but php doesnt even show. what can i do? "Danny Cobbinah" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > i installed swamp (apache, mysql and

[PHP-WIN] swamp installed but no joy

2004-02-21 Thread danny cobbinah
i installed swamp (apache, mysql and php) everything installed fine. keyed in this address C:\swamp\www\index.html and everything displayed well. listed all the programs that were installed. at the bottom was a link https://localhost/ clicked it to find that the page could not be found. any ideas a

Re: [PHP-WIN] NEWBIE: Is this consistant of bad PHP install?

2004-02-21 Thread Leo Divinagracia
James Thomas (Newbie) wrote: Have spent the best part of twoo days trying to get PHP 4.3.4 to work on Apache 1.3.29. I have followed various different installs. Basically I have a test page in htdocs called test.php If i call http://localhost/test.php i get a 404 file not found. Is this consist

[PHP-WIN] Re: NEWBIE: Is this consistant of bad PHP install?

2004-02-21 Thread DvDmanDT
Sounds like you have both Apache and IIS, and that IIS is catching the requests instead of Apache.. :p If that's not the case, try to check the DocumentRoot in httpd.conf.. This seems to be an Apache error rather than something to do with PHP.. Hope you solve it.. -- // DvDmanDT MSN: dvdmandt¤ho

[PHP-WIN] NEWBIE: Is this consistant of bad PHP install?

2004-02-21 Thread James Thomas \(Newbie\)
Have spent the best part of twoo days trying to get PHP 4.3.4 to work on Apache 1.3.29. I have followed various different installs. Basically I have a test page in htdocs called test.php If i call http://localhost/test.php i get a 404 file not found. Is this consistant of a bad PHP install? --