I just install the PHP 5 !

This is the code
<?php

$link=mysql_connect("localhost","root","1234");

mysql_close($link);
?>

and this is the error messege WHY !!!????


Fatal error: Call to undefined function mysql_connect() in
C:\Apache\Apache2\htdocs\ttt.php on line 3

Thanks

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to