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 the method to register a variable into a session?
Does strlen include null?
How do I escape data before storing it into the database?
What are the characteristics of php variables?
Differences between get and post methods?
What is difference between rest api and restful api?
What is variable declaration?
What is strlen function in php?
What is factory pattern in php?
What is the purpose of basename() function in PHP?
Explain me the difference between include and require?
Why php script is not running in browser?
Which array function checks if the particular key exists in the array?
What is move_uploaded_file in php?
How do you debug php?