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

    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'])) {...
  4. 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:'...
  5. 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