Re: [PHP-WIN] How do configure PHP support for MySQL on Windows?

2007-07-23 Thread Janet Valade
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

Re: [PHP-WIN] How do configure PHP support for MySQL on Windows?

2007-07-23 Thread Janet Valade
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

Re: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread Janet Valade
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

Re: [PHP-WIN] PHP5 and MySQL

2005-04-15 Thread Janet Valade
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

Re: [PHP-WIN] newbie: a very simple question (I hope)

2004-12-15 Thread Janet Valade
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

Re: [PHP-WIN] Apache, PHP4, MySQL installation

2004-11-05 Thread Janet Valade
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

Re: [PHP-WIN] Post method not working

2004-10-21 Thread Janet Valade
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"

Re: [PHP-WIN] invalid function: mysql_connect

2004-09-22 Thread Janet Valade
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