P2P | IT Discussions Forum

Full Version: database
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey
is there a way to make a new Database in PHP? in a php script...i cant figure it outt...Thanks
use the code..
mysql_create_db('DB_NAME);
You have to have the right permissions to do that.
Reference URL's