[PHP] help database creation....
Hi everybody!!! I want to create a new database using a form to take the name of the database. For some reason I get "Couldn't create database". Can some body tell me what I am doing wrong... http://localhost/db_createdb.html"); exit; } $db_name = $dname; $connect = @mysql_connect("localh
[PHP] What a session is on php?
Could anybody explain me what a session is in php? Thank you...