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 |
Which library is used in php to do various types of image work?
What is PHP's configuration file called?
Explain Constant in Class?
What is a composer?
What is php.ini & .htacess file?
What is composer phar?
How can we encrpt a text?
Does apache use php?
What is the difference between single-quoted and double-quoted strings in php?
Which is the best institute in Chennai to learn PHP? Please help.
What is the array in php?
How we load all classes that placed in different directory in one php file , means how to do auto load classes.