Jump to content

snan

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

snan's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. snan

    Please Help

    Thank you all for your help.
  2. snan

    Please Help

    Thankyou, is the connection meant to be in that part of the query or is there just meant to be nothing there?
  3. Can you please tell me whats wrong with this code: if($_POST){ $_SESSION['ID']=$_POST["ID"]; $_SESSION['pass']=$_POST["pass"]; } $query=mysql_query("SELECT * FROM PHP_Customer WHERE Username='" . $_SESSION['ID'] . "'",$hold); The connection is all set up correctly but everytime I try to run it I get this error: Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in ... on line 6 (with the ... replaced with the directory) Thank you.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.