Jump to content

dpenguin

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

dpenguin's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Ooooooh, thank you!! I had the table columns named incorrectly.  ::) Figures it was something simple.
  2. code: [code]$db_conn = mysql_connect("localhost", "user", "pw"); mysql_select_db("database", $db_conn); $query = "select * from table " ."where name='$userid' " ." and pass=password('$password')"; $result = mysql_query($query, $db_conn) or die('Sorry, the query is not able to return a result.');[/code] This keeps dying. Help?
×
×
  • 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.