hello everyone can somebody help with prolem.
i already successfully istalled php and apache2 and already test it. but my problem is the connection for the mysql, which i use the include script.. i check the include file but there is nothing wrong with it..here's the sample error i encouter
Fatal error: Call to undefined function mysql_connect() in C:\Program Files\Apache Group\Apache2\htdocs\www\includes\sql.php on line 2
this is my include connection script
<?
$db=mysql_connect("localhost","root","admin");
$dbname = "inventory";
mysql_select_db($dbname,$db);
?>
please help..