Can anyone explain in brief what is PHP and Jquery? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

Can anyone explain in brief what is PHP and Jquery?

Can anyone tell what are these amd where are they used applications.Examples of something done with these. what are the possible things one can do with php and jquery.

22nd Oct 2017, 7:17 PM
Chethan Bhandarkar B
Chethan Bhandarkar B - avatar
4 Answers
+ 2
PHP is for server side scripting to connect the front end application with the database and etc sitting on the server where all ur web code will be rendered from. Its scripting abilities make it simple to develop dynamic sites e.g making a header banner template and there-after u dont have to modify all pages containing this banner, just one file and it makes changes to All. JQUERY on the other hand as I expect u know is a Javascript library. Its use is mostly to simplify Javascript code and write less code with more functionality. Its common for UI development because of the ease of access to the HTML and CSS for effects such as transitions,transformations or dropdowns etc. I hope I make some sense.
27th Oct 2017, 1:23 PM
Antony O. Onyango
Antony O. Onyango - avatar
+ 6
thankyou everyone for info!
27th Oct 2017, 2:38 PM
Chethan Bhandarkar B
Chethan Bhandarkar B - avatar
+ 2
u can say that it is extended part of html and css....for front end developers....with PHP u can make a script of application and embed into html. jQuery is the framework of JavaScript where u can simplify the html code and deliver it to the client side more effectively.
22nd Oct 2017, 7:42 PM
Jag gy
Jag gy - avatar
+ 1
PHP is a server side scripting language. It is a powerful language used for making dynamic and interactive Web pages. it was created in 1994 by Rasmus Lerdorf and can be embedded into the HTML. PHP frameworks include Laravel, Magento, Symfony and Zend. jQuery is a JavaScript library and greatly simplifies JavaScript programming. It is used to simplify the client side scripting of HTML.
23rd Oct 2017, 12:53 PM
David Street
David Street - avatar