No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Sir, i am getting error Warning: mysql_query() expects parameter 1 to be string, resource given in C:\wamp\www\html5\login.php on line 30 Query Failed <?php include ('include/dbconfig.php'); if (isset($_POST['formsubmitted'])) { // Initialize a session: session_start(); $error = array(); if (empty($_POST['e-mail'])) {//if the email supplied is empty $error[] = 'You forgot to enter …
I am getting error Warning: mysql_query() expects parameter 1 to be string, resource given in C:\wamp\www\html5\login.php on line 30 Query Failed <?php include ('include/dbconfig.php'); if (isset($_POST['formsubmitted'])) { // Initialize a session: session_start(); $error = array(); if (empty($_POST['e-mail'])) {//if the email supplied is empty $error[] = 'You forgot to enter your …
The End.