Are u saying I should simply use php+js without Ajax? Can I update page without reloading using javascript & css?AJAX means asynchronous javascript and XML. That means you are using javascript to update your page without reloading it.
Yes, you can use javascript and CSS for front-end stuff and PHP for backend. That's how it has been done for a very long time.
When you updating a page without reloading it is usually called "ajax".Are u saying I should simply use php+js without Ajax? Can I update page without reloading using javascript & css?
Are u saying I should simply use php+js without Ajax? Can I update page without reloading using javascript & css?
Using jQuery standalone for requests is a waste of resources and a decrease of performance.I would say use jQuery, it's a javascript library that makes your life easier with ajax queries (sending/receiving info to the server);
There are plenty of tutorials about jQuery out there