How can we create a database using PHP and mysql?
Answers were Sorted based on User's Feedback
Answer / tina
1.mysql_connect('ip address/localhost','username for
mysql','password');
i.e
$con=mysql_connect('localhost','root','sdsd');
here,$con is a user defined variable.
2.$quer=CREATE DATABASE sampdb;
mysql_query($quer,$con);
Here,$quer is also user defined variable.
if(mysql_query($quer,$con)
{
echo("DATABASE WAS BEEN CREATED");
}
else
echo("NOT CREATED");
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / vivek mohan singh
$dbhost = "localhost"; // database hostname
$dbuser = "root"; // database username
$dbpassword = ""; // database password
$dbname = ""; // database name
//database connection
$link=mysql_connect($dbhost,$dbuser,$dbpassword) or die ('I
cannot connect to the database because: ' . mysql_error());
mysql_select_db($dbname ,$link);
| Is This Answer Correct ? | 6 Yes | 5 No |
Answer / b.chandrasekaran
using
mysql_db_create("databasename");
we can create new database in php.
| Is This Answer Correct ? | 1 Yes | 1 No |
Which are the best start and end tags to use?
Php error constants and their descriptions
Does php have multiple inheritance?
Applications written to provide a GUI shell for Unix and Linux are called
Which function is used to read a single character from a file in PHP.
What is difference between readonly and constant?
Actually am working in existing project which is developed in .net, am converting the .net into php code. am facing problem after uploading the .php in server. amgetting the error message like "The page cannot be found" but its working perfectly in local host
What is html used for?
How to know user has read the email-php?
Whether site will complete the execution of the script if Fatal error occurs ?
What is framework in php?
I finished my degree 4 years back. I didnt get job in software. In the time(for 4 years) i worked one kpo industries. but now i got job in php(40 employes working there) as fresher(Salary 8000). Shall i join in php. I have no knowledge about php. Can i do well in php. How will my carrier if i join in php? Please can you give your idea.? It will be more usefull to me.