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 do you identify independent and dependent variables in research?
What is the use of friend function in php?
Explain what are the different errors in php?
How to do single and multi line comment in php?
Difference between $message vs. $$Message in php.
What are the uses of explode() function?
What is lamp in php?
How to avoid the undefined index error?
How to open a file for writing?
What is slim framework?
How can you submit a form without a submit button?
Is age a variable in research?
When to use inquire vs enquire?
How to remove blank spaces from the string?
What is the difference between get and post in php?