LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Ajax v/s Php (https://www.linuxquestions.org/questions/programming-9/ajax-v-s-php-578395/)

prabhum 08-20-2007 08:13 AM

Ajax v/s Php
 
Ajax v/s Php

jlliagre 08-20-2007 09:24 AM

Welcome to LQ.

I don't think the question is one versus the other. They works well together.

PS: next time, try to elaborate your questions.

gizmo_thunder 08-20-2007 06:06 PM

Seems like somebody just wanted to start a flame war.. and
failed miserably.. :)

sundialsvcs 08-20-2007 06:35 PM

Definitely! :D

AJAX, as you should know, is essentially a client-side technology. It puts the primary responsibility for "the user experience" upon programming (written in JavaScript) which runs on the user's computer. The server responds to "remote procedure calls" issued by the client-side programming.

The implementation language on the server side can be "whatever you want." Python, Perl, PHP, and (for the particularly masochistic) C++ all have toolkits for efficiently handling RPC-style requests.

jlliagre 08-21-2007 01:42 AM

Quote:

Originally Posted by sundialsvcs (Post 2865135)
The implementation language on the server side can be "whatever you want." Python, Perl, PHP, and (for the particularly masochistic) C++ all have toolkits for efficiently handling RPC-style requests.

Don't forget server side Java in that list.


All times are GMT -5. The time now is 05:42 PM.