Recent content by adan2do

  1. A

    how do i select a database?

    yes. i added the user lul_israeli.
  2. A

    how do i select a database?

    i am writing a webpage in mysql and php... now, my problem is that i cant select the database that i have created... here is my code: $conection=MYSQL_CONNECT("localhost","lul_israeli","israeli") or die ("ERROR while conecting..."); $bd=MYSQL_SELECT_DB("lul_elisraeli",$conection) or...
Top