[PHP-WIN] POST Problems

2001-03-11 Thread Ralph Alberti
Hello, I am using Win2000 and POST doesn't work. I have tried using Xitami server on two different machines with no success. I am using the most current version of PHP and have also tried it with IIS 5. GET works fine. I am now starting to think it has to do with my configuration of PHP. Any hel

php-windows Digest 11 Mar 2001 14:17:47 -0000 Issue 485

2001-03-11 Thread php-windows-digest-help
php-windows Digest 11 Mar 2001 14:17:47 - Issue 485 Topics (messages 5935 through 5936): Re: GD lib 5935 by: Alain Samoun POST Problems 5936 by: Ralph Alberti Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-m

Re: [PHP-WIN] Resource for PHP and other technologies

2001-03-11 Thread Ralph Alberti
Excellent resource. Please don't take it down. I've bookmarked it and will come back often. --Ralph narsu wrote: > > I developed this site http://www.hytes.com > for techical resource for developers. Please take a look and let me know > your feedback. > > Thanks > Narsu > > -- > PHP Windo

Re: [PHP-WIN] HELP ON IIS4 & PHP4.0.4pl1

2001-03-11 Thread Ralph Alberti
So what did you do? I upgraded my home machine and it also has a Windows directory and no WinNT directory. My work laptop came preconfigured with Win2000 and does have the c:\winnt as you mentioned. PHP seems to work fairly well on both using the cgi version of php. I am trying to track down one p

Re: [PHP-WIN] Web Servers

2001-03-11 Thread Ralph Alberti
Check out the following link. http://www.php.net/manual/en/install.iis.php --Ralph Jim Ray wrote: > > I am new with PHP and I have a question about Web Servers. I am running > Windows ME and PWS is not supported. Will PHP run under Apache for windows? > > Also, does anyone know will Windo

Re: [PHP-WIN] Installing in winNT

2001-03-11 Thread Ralph Alberti
I am also new to this but have recently found an excellent site in support of PHP on Windows. http://www.php4win.de/ I've also heard it mentioned many times that you should probably use the CGI implementation of PHP rather than the isapi module as it is not ready for prime time. --Ralph Adm

[PHP-WIN] unsupported or undefined function mysql_connect()

2001-03-11 Thread Mark Taylor
hi all, I've been testing out some PHP / MySQL locally on PC (Win98 / Apache) and all is well. However when I pushed it up to my ISP, I receive the following error. "Call to unsupported or undefined function mysql_connect() " Anybody got any comments. PHP on the ISP is working fine. Best rega

Re: [PHP-WIN] unsupported or undefined function mysql_connect()

2001-03-11 Thread David Elliott
Dear Mark, On 11 March 2001 at 16:25:19 - (which was 16:25 where I live) Mark Taylor wrote MT> However when I pushed it up to my ISP, I receive the following error. MT> "Call to unsupported or undefined function mysql_connect() " Sounds like mysql is either not supported or not enabled. --

[PHP-WIN] Personal Web Server

2001-03-11 Thread Marco Sarti
I'm really new in PHP and I don'tknow if I need Personal Web Server installed on my computer to test my .php pages before sending them to the server hat do I have to do to test my .php pages offline?Where can I download PWS? Thanks.. Marco from Italy -- PHP Windows Mailing List (http://www.php

Re: [PHP-WIN] Personal Web Server

2001-03-11 Thread Chris Poirier
Hi Marco, > I'm really new in PHP and I don'tknow if I need Personal Web Server > installed on my computer to test my .php pages before sending them to > the server hat do I have to do to test my .php pages offline?Where can > I download PWS? Thanks.. Marco from Italy PWS comes with Windows 98 (

[PHP-WIN] unknows errors with the mail() function

2001-03-11 Thread NeonGhozt
Hello, I have a php script that uses the mail function, and whenever I try to execute it I get an unknown error on the line that has the mail code.. ive checked the php.ini file and it looks fine ive checked the code over and over again and I don't see what is wrong, im hoping that someone out the

php-windows Digest 12 Mar 2001 03:36:15 -0000 Issue 486

2001-03-11 Thread php-windows-digest-help
php-windows Digest 12 Mar 2001 03:36:15 - Issue 486 Topics (messages 5937 through 5945): Re: Resource for PHP and other technologies 5937 by: Ralph Alberti Re: HELP ON IIS4 & PHP4.0.4pl1 5938 by: Ralph Alberti Re: Web Servers 5939 by: Ralph Alberti Re: Installing

RE: [PHP-WIN] Benchmark humor

2001-03-11 Thread Ignatius Teo
Well, considering that PHP is doing 10 times more CF, that's not bad...in fact, that's pretty good But seriously, don't you think that's a bit skewed? Shouldn't they both be running the same number of queries, just to be fair? :-) Ignatius > -Original Message- > From: Chr

RE: [PHP-WIN] CVS for win

2001-03-11 Thread Ignatius Teo
Try wincvs.org - you can run WinCVS locally on your Windoze box w/o a server. It also allows you to connect to a CVS server Ignatius > -Original Message- > From: Paul Meagher [mailto:[EMAIL PROTECTED]] > Sent: Saturday, 10 March 2001 13:13 > To: [EMAIL PROTECTED] > Subject: [PHP

Re: [PHP-WIN] Newbie: Help on mySQL !!!

2001-03-11 Thread Ralph Alberti
I'm pretty new at php too but I think you are going about it all wrong. First create a php script that accesses MySQL. Like this: Then put it on your web tree. Then point to it with your browser. I think you can execute a php script from the command line but I'm not sure. I haven't done it.