[PHP-DB] Run php script on windows

2009-06-08 Thread Ash
HI Team, I am new to PHP. I want to run below PHP script. I know mysql credentials. I have installed PHP 5.x on my windos mahcine, now can any tell me how to run this script. I ran C:\Program Files\PHP>php temp.php PHP Fatal error: Call to undefined function mysql_connect() in C:\Program Files

Re: [PHP-DB] Run php script on windows

2009-06-08 Thread kranthi
the error PHP Fatal error: Call to undefined function mysql_connect() says mysql extension is not enabled. enable mysql extension in your php.ini file for a beginner i strongly recomend http://www.apachefriends.org/en/xampp-windows.html -- PHP Database Mailing List (http://www.php.net/) To uns