Call to undefined function mysql_connect()
tks_muthu - June 2, 2005 - 09:19
hi all!
i got the error message while i am opening the php page.
"Call to undefined function mysql_connect()"
my source :
<?php
$db_name='sample';
$conn=mysql_connect('servername','username','password') or die('Error connecting to mysql');
mysql_select_db('db_name');
?>plz help.
Muthu

This may help....
Fatal error: call to undefined function mysql_connect()