Answer Posted / modi[achir communication]
<?php
$linkid = mysql_connect("servername", "username", "password");
mysql_query("CREATE DATABASE db");
mysql_select_db("db");
mysql_query("CREATE TABLE table (...)");
?>
Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How can we encrypt the password using php?
Is it more secure to use cookies to trfer session ids?
Which is faster for or foreach?
What do you mean range() in php?
What is orm in php framework?
Is gender a dependent variable?
What is isset post?
How to create reusable code in php?
What is overloading in php?
What is different types of visibility?
What is the php function that removes the first element of the array and returns it?
Does php 5 support exceptions?
What version of php do I have windows?
How are php sessions stored?
How is it possible to know the number of rows returned in result set?