Answer Posted / b.chandrasekaran
using
mysql_db_create("databasename");
we can create new database in php.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How can a cross-site scripting attack be prevented by php?
Explain what is memcache?
What is the difference between $argv and $argc? Give example?
Tell me what is the difference between unset() and unlink()?
What is the difference between Split and Explode in PHP?
How many records can be stored in mysql table?
Is php procedural or oop?
What is cookie?
How do you use bcrypt for hashing passwords in php?
What is singleton pattern in php?
List some features of php that are deprecated in php7?
How can I display text with a php script?
What is cakephp framework?
Explain me how failures in execution are handled with include() and require() functions?
What is interface? Why it is used?