Quantcast
Channel: » advanced php tutorial
Browsing latest articles
Browse All 3 View Live

PHP MySQL Delete Data

The DELETE FROM statement is used to delete records from a database table. Syntax DELETE FROM table_name WHERE some_column = some_value Note: Notice the WHERE clause in the DELETE syntax. The WHERE...

View Article


PHP AJAX Introduction

What is AJAX ? AJAX stands for Asynchronous JavaScript and XML. AJAX is a new technique for creating better, faster, and more interactive web applications with the help of XML, HTML, CSS and Java...

View Article


PHP and AJAX Example

To clearly illustrate how easy it is to access information from a database using Ajax and PHP, we are going to build MySQL queries on the fly and display the results on "ajax.html". But before we...

View Article
Browsing latest articles
Browse All 3 View Live