资 源 简 介
What is clientPHP
ClientPHP is a Javascript/jQuery plug-in which simplifies your work and allow you to do PHP job right in your .html page. Because clientPHP using Ajax, your command will be executed immediately without reloading current page or navigating to other .php page.
Why clientPHP, what is the difference?
ClientPHP first simplifies your work, but that"s not the main reason why clientPHP exists.
In traditional PHP sever-side program, when you want to work with files, send E-mail, using sessions...you have to navigate people to other .php page in order to work, and then return them to where they are. So why don"t we just have it done in .html page? That"s how clientPHP made. Using ajax technology, clientPHP sends commands to sever silently, receive data back and then you can work with it using javascript. That is. So basically you can still interaction with many objects you"re rarely able to do