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 backslash character will match whitespace?
What is a composer in PHP?
How can we increase the execution time of a PHP script?
12 Answers CyberBeoz, Photon, XTX,
Where is my php ini file?
How can we know the count/number of elements of an array?
Is php better than java?
What is the scope of a variable defined in a function?
What are psrs?
Who is known as the father of php?
How can we define a variable accessible in functions of a php script?
What is php built on?
Can php run on windows server?