[PHP-WIN] Re: Newbye question

2002-06-22 Thread Saci
I told that on my email. The question is : What is wrong ? "Brian Graham" <[EMAIL PROTECTED]> escreveu na mensagem [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm not a PHP expert, but I'm going to bet that since the error wasn't in > the code (it worked on your ISP), it's going to be in you

[PHP-WIN] Re: Newbye question

2002-06-22 Thread Brian Graham
I'm not a PHP expert, but I'm going to bet that since the error wasn't in the code (it worked on your ISP), it's going to be in your configuration. "Saci" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I installed php 4.2.1 on windows XP using the PHP 4.2.1 i

[PHP-WIN] PHP Windows / FreeBSD the Turtle and Rabbit

2002-06-22 Thread Saci
Take a look on the following links with the same code http://www.internalnet.com.br/php/teste03.php PHP on Windows http://66.39.125.73/php/teste03.php3 PHP on FreeBSD The FreeBSD is quicker than windows about 10 times, is this case exception, or Linux and UNIX systems are rea

RE: [PHP-WIN] Newbye question

2002-06-22 Thread Matthew Hillebrand
I don't think this will solve your problem, but you probably meant to write: action="" I've never heard of a predefined variable named $PATH_INFO... |-Original Message- |From: Saci [mailto:[EMAIL PROTECTED]] |Sent: Saturday, June 22, 2002 9:56 PM |To: [EMAIL PROTECTED] |Subject: [PHP-

[PHP-WIN] Newbye question

2002-06-22 Thread Saci
I installed php 4.2.1 on windows XP using the PHP 4.2.1 installer [897Kb] - 13 May 2002 Apparently php is working since the classic hello word from php is running, but I have some problems with variables I have the following php code, who runs perfectly on my isp, but give a message error on my

[PHP-WIN] Re: Mysql socket error :\

2002-06-22 Thread Peter
is mysql running on port 10106? I run mine on the default port but I don't think it was that one! Have a look in the configuration files. "Marco Lanini" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > i have a little big problem with my configuration. >

php-windows Digest 22 Jun 2002 19:16:26 -0000 Issue 1206

2002-06-22 Thread php-windows-digest-help
php-windows Digest 22 Jun 2002 19:16:26 - Issue 1206 Topics (messages 14340 through 14345): Mysql socket error :\ 14340 by: Marco Lanini 14343 by: Nicola Delbono 14344 by: Marco Lanini Upgrade to 4.2.1 stops script from working 14341 by: Kevin Smith

Re: [PHP-WIN] Upgrade to 4.2.1 stops script from working

2002-06-22 Thread Brian Graham
I also upgraded from 4.1.2 to 4.2.1 and most of my scripts stopped working -- seemingly randomly. At one point I loaded a page (we'll say Page1.1, file name: sample7.php) into my window and it gave me Internal Server Error; I loaded another page(Page2), it worked fine. I loaded the first page agai

Re: [PHP-WIN] Mysql socket error :\

2002-06-22 Thread Marco Lanini
mysql is running, i can connect to the mysql server with another pc in lan, but is the web server that cannot connect to mysql server. i need help!!! i'm goin crazy grazie della dritta, mi aggiorno subito al 4.2 "Nicola Delbono" <[EMAIL PROTECTED]> ha scritto nel messaggio [EMAIL PROTECTED]">ne

Re: [PHP-WIN] Mysql socket error :\

2002-06-22 Thread Nicola Delbono
>Php 4.1.2 >Abyss Web Server (Freeware) www.apelium.com > >mysql_connect("127.0.0.1","root","admin") or die(mysql_error()); >print("connected!!!"); > >?> Is mysql server running? did you flush privileges when you changed password to "admin"? Can you connect via console? (dos prompt) NB: Php 4.1.2

Re: [PHP-WIN] Upgrade to 4.2.1 stops script from working

2002-06-22 Thread Julie Meloni
KS> Recently upgraded to Windows 4.2.1 today from 4.1.1 and the following script KS> will not run.. The register_globals change would do this if: KS> http://www.lemonlainey.com/ebay/auctionoutput.php?jpegifimage=1997n1998teds. KS> jpeg&createAuctionPage=Create createAuctionPage is also empty.

[PHP-WIN] Upgrade to 4.2.1 stops script from working

2002-06-22 Thread Kevin Smith
Hi All, Just joined the list today... anyhow... Recently upgraded to Windows 4.2.1 today from 4.1.1 and the following script will not run.. Here is the GET URL method and the PHP code to output the value of jpegifimage and this is the error I get. http://www.lemonlainey.com/ebay/auctionoutput.

[PHP-WIN] Mysql socket error :\

2002-06-22 Thread Marco Lanini
Hi, i have a little big problem with my configuration. I have: Windows XP Home Mysql 4.0.1 alpha Php 4.1.2 Abyss Web Server (Freeware) www.apelium.com the problem is: when my script goes to connect with mysql Warning: Can't create TCP/IP socket (10106) in provamysql.php on line 3 Warning: MyS