That problem you fix passing the parameters the right way.Yes, I'm sure, If I open a cmd window and go to c:\mysql\bin I execute mysql and it's open well. I'm running mysql as a service. The type of server I use is mysqld-max-nt. I've created a new php file that contains phpinfo(), and it's runs well, so the php is well linked to the apache server. But, when I go to a page of autentication of user and password, when I clik "ok" it do nothing. An observation I made is that in phpinfo() the method that is shows is GET...and I pass the User and Password with POST method. If that could be the problem...how can I fix it?
Thxs again for your response,
Alex ----- Original Message ----- From: "Steve Douville" <php@xxxxxxxxxxxx> To: "Alejandro César Garrammone" <agarrammone@xxxxxxxxxxx> Cc: <php-windows@xxxxxxxxxxxxx> Sent: Thursday, May 13, 2004 12:37 PM Subject: Re: Problems Configuring and I do all the manual says...HELP!
Are you sure that MySQL is running? Are you able to connect to it with an MySQL client? Are you running it as a service or standalone?
steve ----- Original Message ----- From: "Luis Moreira" <luis.moreira@xxxxxxxxxxxxxxx> To: "Alejandro César Garrammone" <agarrammone@xxxxxxxxxxx> Cc: <php-windows@xxxxxxxxxxxxx> Sent: Thursday, May 13, 2004 11:30 AM Subject: Re: Problems Configuring and I do all the manual says...HELP!
Alejandro César Garrammone wrote:seems it is working fine...but when the php try to connect to a mysql
Hi all, I've a problem configuring my php on a Windows XP OS.
I do all the manual says...the Apache Server has service start and it
databases it's do nothing.
and when I do not start mysql it notify that can't connect, but right nowBefore the XP I have a W98 running perfectly with Apache, PHP and Mysql
with this new operating system don't tell nothing...so i think the problem
is in the configuration of the php.
Someone can help me?. PHP ver 4.2.3 Apache ver 1.3.27 MySQL ver 3.23.53
Sorry for my english,
Thx in advance,
Alex
On the URL you cal, type
http://www.destination.com/yourscript.php?param1=1¶m2=2
You will then
$param1 = $_GET ['param1']; $param2 = $_GET ['param2'];
on the PHP script
Luis
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php