esponse to Vikas' message below.
Faithfully,
Sean B. Durkin
Janet Valade wrote:
Sean B. Durkin wrote:
Hi,
How does one configure PHP support for MySQL on Windows?
My host operating system is Windows Server 2003.
1. I have installed Apache 2.2 via the msi installer
(apache_2.2.4-win32-x86
Sean B. Durkin wrote:
Hi,
How does one configure PHP support for MySQL on Windows?
My host operating system is Windows Server 2003.
1. I have installed Apache 2.2 via the msi installer
(apache_2.2.4-win32-x86-no_ssl.msi).
2. I have installed MySQL 5.1 via the windows installer
(mysql-5.1.20
look at the phpinfo() output again.
You will see that MySQL is now shown in the output.
Janet
On 4/15/05, Janet Valade <[EMAIL PROTECTED]> wrote:
JC Botha wrote:
This is the Browser error:
Fatal error: Call to undefined function mysql_connect() in
C:\apache\htdocs\cedarintranet\index.ph
ur problem.
JC Botha wrote:
Dear Users
I'm havin a problem to connect to MySQL through the use of PHP5. I
followed all documentation and none seem to resolve the problem. I'm
running WinXP on the computer that I use to develop the apps. Any
advice out there that could be of help.
Thanks
--
P
Janet
>
Thanks-
=
"forget your lust for the rich man's gold. All that you need, is in your soul. You
can do this if you try. All that I want for you my son, is to be satisfied"
~ Lynard Skynard
--
Janet Valade -- janet.valade.com
--
PHP Windows Mailing List (http://www.php
ry.
Janet
Any ideas?
Regards,
Jeroen
--
Janet Valade -- janet.valade.com
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ntirely sure what you are asking. But I think it might be that
you need to use
$borderStyle = $_GET['borderStyle'];
print "You chose a $borderStyle border";
or for a posted form
$borderStyle = $_POST['borderStyle'];
print "You chose a $borderStyle border"
Catapult Webmaster wrote:
i would just like to ask if i have missed anything in the installation (e.g. configuration for MySQL connectivity) because the ff. piece of code always returns "Fatal error: Call to undefined function mysql_connect() in F:\xitami\catapult\index.php on line 13."
This is