Quantcast
Channel: » advanced php tutorial
Browsing all 3 articles
Browse latest 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 all 3 articles
Browse latest View live




Latest Images