Hi guys,
I got stuck again.
I have this script, and trying to connect to mySql, installed on XP Media Center.
IIS Installed
1-php-5.0.4-installer, executed, and conigured.
2.mysql-4.1.12-win32.zip, unpacked, and installed.
3.mysql-administrator-1.1.1-rc-win, executed, and conigured.
4.navicat2005trial, installed - and tested ( good tool)
<?php
$db = mysql_connect("localhost", "****");
mysql_select_db("cart",$db);
?>
When executed, index.php i get this error. :
Fatal error: Call to undefined function mysql_connect() in c:\Inetpub\wwwroot\cart\index.php on line 2
Help please....
What do i do now ?
Thanks