A
Reaction score
0

Profile posts Latest activity Postings About

  • Hi
    I am trying to upload a php script and I am getting this:
    (I could not find the manual to ck the right syntax)
    Error

    There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem
    ERROR: Unknown Punctuation String @ 1
    STR: <?
    SQL: <?php

    // 'Send me an e-mail' Script

    if ($_POST['submit'])
    {
    //get data from form
    $name = $_POST['name'];

    SQL query:

    MySQL said:
    #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '<?php

    // 'Send me an e-mail' Script

    if ($_POST['submit'])
    {
    //get da' at line 1

    Anyone can help???
    Tks
  • Loading…
  • Loading…
  • Loading…
Top