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 many data types are used by php?
What are the different types of php variables?
Which php function will attach one file to another?
How to check an element is exists in array or not in php?
What is the default session out time?
Do I need apache for php?
What is the super method?
What is beforeRender() used?
What is $_session in php?
Can we extend two classes in php?
Explain what is smarty?
What is an anti csrf token?
What is php and how do you use it?
What is the difference between characters 34 and x34?
Which PHP function would you use to send an email?