Hi! I'm new with PHP and MySQL and now I have followd some install help and stufs.
I have created a db and insert a table...
And i did try stufs like echo and that workt.
But. When I tryed $db = mysql_connect("localhost", "root");
It tells me: Fatal error: Call to undefined function: mysql_connect() in /var/www/html/index.php3 on line 4
line 4 is the line i printed earlier.
What went wrong?
/Erik
I have created a db and insert a table...
And i did try stufs like echo and that workt.
But. When I tryed $db = mysql_connect("localhost", "root");
It tells me: Fatal error: Call to undefined function: mysql_connect() in /var/www/html/index.php3 on line 4
line 4 is the line i printed earlier.
What went wrong?
/Erik