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 sql injection in php?
Does exist in php?
What is asort php?
How to get ip address of a server in php?
How can we know the total number of elements of Array?
What is $_ get?
Does php has a future?
How do I check environment variables?
Tell me how to retrieve a cookie value?
What is the goto statement useful for?
How do I install php and apache on windows 10?
Tell me what is the meaning of a final class and a final method?
How can cross site request forgery csrf be prevented?
How do you destroy a session?
What is the purpose of the php empty function?