Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is the difference between php and my sql

Answers were Sorted based on User's Feedback



what is the difference between php and my sql..

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

what is the difference between php and my sql..

Answer / jalila

php is a Front End & mysql is a Back End

Is This Answer Correct ?    8 Yes 1 No

what is the difference between php and my sql..

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

what is the difference between php and my sql..

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

Post New Answer

More PHP Interview Questions

How to call a php function from another php file?

0 Answers  


How to list all values of submitted fields?

0 Answers  


How is it possible to set an infinite execution time for php script?

0 Answers  


How to turn on the session support in php?

0 Answers  


What are the rules to determine the “truth” of any value which is not already of the boolean type?

0 Answers  


Is empty check in php?

0 Answers  


What are the advantages of triggers in php?

0 Answers  


How to close a session properly?

0 Answers  


if i give Limit for mysql query through php command line script like this for ex. $limit=500; $total_items = 1500; for($start=0;$start<$total_items;){ $command = "/usr/bin/php -q /home/sitename/public_html/admin/feedmanager/test.php feedid ".$_GET['feedid']." start ".$start." end ".$limit ; $start = $start+$limit; $command_result = system($command); } so it's execute command for 3 times so it give limit to sql query but if i have 27000 data so it takes long time? so my question is that is that any way from php command line script that i can use for collect all the data at once?

0 Answers  


What is the meaning of curl , which is used while connecting with pay pal? and how it works?

2 Answers  


Write a program to find a string is palindrome or not?

0 Answers  


Explain what does $_files means?

0 Answers  


Categories