+ Reply to Thread
Results 1 to 2 of 2

Thread: Why does i get this error?

  1. #1
    judgemen is offline x10Hosting Member judgemen is an unknown quantity at this point
    Join Date
    Jan 2012
    Posts
    2

    Unhappy Why does i get this error?

    Code:
    #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
    // MYSQL
    $conn = mysql_connect("localhost", "judgemen", "MYPASS")' at line 1
    This is what im trying to add.

    Code:
    <?php
    // MYSQL
    $conn = mysql_connect("localhost", "judgemen", "MYPASS");
    mysql_select_db('judgemen_donate', $conn);
    ?>

  2. #2
    misson is offline x10 Spammer misson is a jewel in the rough
    Join Date
    Mar 2008
    Location
    Libertatia
    Posts
    2,506

    Re: Why does i get this error?

    The error tells you exactly what's wrong. It indicates you're trying to execute PHP as an SQL query.

    The mysql extension is outdated and on its way to deprecation. Instead, use PDO, which has many useful improvements, such as prepared statements and support for the Traversable interface, so you can loop over results with foreach. If you need a PDO tutorial, try "Writing MySQL Scripts with PHP and PDO".
    Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.
    Misson, not Mission.

+ Reply to Thread

Similar Threads

  1. Replies: 0
    Last Post: 10-26-2011, 10:05 AM
  2. Replies: 2
    Last Post: 06-25-2011, 08:42 AM
  3. Replies: 1
    Last Post: 08-20-2010, 03:26 AM
  4. Replies: 1
    Last Post: 03-03-2008, 10:58 AM
  5. Replies: 1
    Last Post: 09-01-2007, 02:54 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers