Answer Posted / suma
mysql_create_db('dbname')
| Is This Answer Correct ? | 30 Yes | 1 No |
Post New Answer View All Answers
What is the apache?
What is the use of mysql_real_escape_string() function?
What is memcache?
What do you use php for?
What does $_ post mean in php?
Does php have multiple inheritance?
What are the correct and the most two common way to start and finish a PHP block of code?
Why do we use php?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
How to turn on the session support in php?
How to redirect a url from http to https in .htaccess?
How to access a specific character in a string using php?
Can you define an argument as a reference type?
What is the correct and the most two common way to start and finish a php block of code?
Tell me how would you declare a function that receives one parameter name hello?