I can't seem to figure out why is this error occurring -
Warning: mysql_query() expects parameter 2 to be resource, string given on line 62(marked red)
Code:<?php include ('config.php'); $sqlget = "SELECT * FROM customer"; line 62 $sqldata = mysql_query($select_db, $sqlget) or die('Error'); .......



Reply With Quote

Bookmarks