what is the difference between php and my sql
Answers were Sorted based on User's Feedback
Answer / shashank kadne
php(Hypertext preprocessor) also called as personal home
page is a type of server side scripting language....
while my sql is an open source database software.....
| Is This Answer Correct ? | 23 Yes | 0 No |
Answer / prantik gautam
PHP is a lightweight server side scripting language while
mysql is a open source database. But PHP inbuilt contains
database scripts for mysql. In WAMP or LAMP mysql is
embedded along with.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / kapil dhiman
PHP is a Server Side Scripting Lang.
Mysql is a RDBMS.
*****************
PHP use to Create Dynamic Websites.
Mysql use to store data.
***********************
| Is This Answer Correct ? | 4 Yes | 0 No |
What is oops php?
Tell me what is the difference between unset() and unlink()?
What type of headers have to add in the mail function in which file a attached?
What is the actually used php version?
Code to open file download dialog in PHP?
how to store date to database
What are the different tables(engine) present in mysql, which one is default?
How to generate a character from an ascii value?
Is overloading possible in php?
Does php have future?
we store and display scores of users in different games. In MySQL, records are stored as tuples (user-id, game-id, score). Now we need to support ranks of users, i.e., each user should be informed of his current rank in the community. The challenge is to come up with the best way to store the data in MySQL so that the requirements are efficiently met.
How can we determine whether a php variable is an instantiated object of a certain class?