Search results

  1. M

    "no database selected" even with full privileges

    I did what you suggested, and it works now. THANKS SO MUCH! I love forums and the heroes who explore them.
  2. M

    "no database selected" even with full privileges

    I've spent hours on the forums trying to figure out how to connect successfully to my database. The script I'm using is: $con = mysql_connect("localhost","jasonw_****","****"); if(!$con) { die('Could not connect: ' .mysql_error()); } mysql_select_db("Poll", $con); I used MySQL Databases to...
Top