Search results

  1. B

    #1064 - You have an error in your SQL syntax; check the manual that corresponds to yo

    My php process file is <?php if (isset($_POST['submit'])) { $userName = $_POST["username"]; $fullName = $_POST["fullname"]; $email = $_POST["email"]; $password = $_POST["password"]; $con = mysql_connect("localhost", "root", ""); if (!$con) { die('could not...
  2. B

    Why can't entry database mysql from new registration?

    My php process file is <?php if (isset($_POST['submit'])) { $userName = $_POST["username"]; $fullName = $_POST["fullname"]; $email = $_POST["email"]; $password = $_POST["password"]; $con = mysql_connect("localhost", "root", ""); if (!$con) { die('could not...
  3. B

    mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htd

    Re: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp Please tell me why can't entry my new data of mysql table? Please help me. Thanks a lot.
  4. B

    mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htd

    Re: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp Please tell me why can't entry my new data of mysql table? Please help me. Thanks a lot.
  5. B

    mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htd

    I have big problem data does not entry to db but send message:- Your record successfully added Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\signup\signup02.php on line 25 My php code is:- <?php if (isset($_POST['submit'])) {...
  6. B

    Parse error: syntax error, unexpected '}' in C:\xampp\htdocs\ovi2\signup.php on line

    Re: Parse error: syntax error, unexpected '}' in C:\xampp\htdocs\ovi2\signup.php on l Thanks for suggestion, its work but not entry to db.
  7. B

    Parse error: syntax error, unexpected '}' in C:\xampp\htdocs\ovi2\signup.php on line

    Re: Parse error: syntax error, unexpected '}' in C:\xampp\htdocs\ovi2\signup.php on l the new problem is Notice: Undefined variable: fusername in C:\xampp\htdocs\ovi2\signup01.php on line 18 <?php $submit = isset($_POST["submit"]) ? true : false; if ($submit) {...
  8. B

    Parse error: syntax error, unexpected '}' in C:\xampp\htdocs\ovi2\signup.php on line

    Re: Parse error: syntax error, unexpected '}' in C:\xampp\htdocs\ovi2\signup.php on l Thanks for suggestion. This problem is solve but new problem is create. please solve it. New problem is Notice: Undefined index: user name in C:\xampp\htdocs\ovi2\signup.php on line 2 Notice: Undefined...
  9. B

    problem to php code

    Thanks every body. I have solve this problem it was hosting problem. My new hosting is www.ovidesign.tk My new problem is new posting please help me
  10. B

    Parse error: syntax error, unexpected '}' in C:\xampp\htdocs\ovi2\signup.php on line

    I have big problem to error php code. Please help me to solve it. My php code is- <?php $fusername=$_POST["User Name"]; $ffullname=$_POST["full Name"]; $femail=$_POST["E-mail"]; $fpassword=$_POST["password"]; $con=mysql_connect("localhost","root",""); if (!$con) { die('could not connect:'...
  11. B

    problem to php code

    Thank for suggestion, but when I had contact.php set up than it is download. where is the problem.
  12. B

    problem to php code

    I am a new in this site. I have a problem, my contact send php code didn't work. www.oviglobal.tk/contact.html please tell me how can I get solve it
Top