[jQuery] How Easy To Implement RPC Between jQuery And PHP
Hi,
I'm really new to JS, but really like how AJAX simplifies the user
interface experience.
Some friends have recommended a variety of JS Lib/Frameworks, and I
eventually decided to pick jQuery after glancing through its
documentation.
Now I want to try it out together with PHP to implement remote
procedures calls in order to interact with a database (namely, MySQL)
for an application.
So how easy is it to achieve this, are there any good built-in methods
that simplifies this work?
Thank you :)
!oEL