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
What is a php web application?
When is a conditional statement ended with endif?
What is the purpose of constant() function?
Tell me how to initiate a session in php?
What are the environmental variables?
Can you define an array argument as a reference type?
Is string php function?
What is variable and data type?
What are computer variables?
What is properties of class?
What is the use of namespace in php?
Which function is used in php to delete a file?
What is crypt () in php?
What is good average session duration?
Which is better wamp or xampp?