Keep getting this line now when i run my sql query:
Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\Users\Murray\Desktop\YouthCafeWork\BookingSystem\bookingrequest.php on line 43
I have tried to change it so that it is using the new syntax but i can not get it to work.
Line 43 (the error line is) is :
$db = mysql_pconnect('localhost', 'root', '');
Thanks for any help in advance :)