Learn PHP, MySql, Ajax, HTML, CSS, JavaScript, Code Snippets
We offer wide variety of php tutorials, php codes,
Programming Tutorials, Web Development, ajax tutorials, javascript tutorial and coding examples. You can learn about
ajax with php application,
ajax applications development, asp source codes, Activex control, php tutorials for dummies, php source codes, joomla, oscommerce, flash, ajax with
javascript and
css,
CSS Tutorial, .Net Tutorial, ajax design pattern, php and
mysql for dynamic web site.
Latest Tutorials and Articles
Enable JavaScript for all BrowsersIn this session, we will learn how we can enable javascript for internet explorer, firefox, opera, safari.
Insert Records using AjaxIn this tutorial, we will make an application, how we can insert records in a sql table using php/ajax
Retrieve sql Records using AjaxIn this tutorial, we will learn how we can retrieve sql records using Ajax.
Ajax with PHPAjax can be used with PHP, ASP, ASP.net, but in this tutorial we will use ajax with PHP. We will create some php applications using Ajax.
Ajax XMLHttpRequest objectWhen you send a request to server, you want to perform some actions based on the response.
Ajax Send Request to a ServerTo send a request to a server, we use the open() and send() methods of the XMLHttpRequest object:
Ajax Browser SupportAll Browsers (opera, Safari, firefox) can support XMLHttpRequest object but IE5 and IE6 uses an ActiveXObject.
Ajax IntroductionAJAX stands for Asynchronous JavaScript and XML. AJAX is a technique for creating fast and dynamic web pages.AJAX is a type of programming made popular in 2005 by Google.
SQL FunctionsSQL has many built-in functions for performing calculations on data.
Unique Key ConstraintsThe UNIQUE constraint ensures that all values in a column are distinct
Primary Key ConstraintsA primary key is used to uniquely identify each row in a table
Foreign Key ConstraintsA FOREIGN KEY in one table points to a PRIMARY KEY in another table.
Sql Drop Table and truncate table StatementThe DROP TABLE statement is used to delete a table.
SQL Alter table statementThe ALTER TABLE statement is used to add, delete, or modify columns in an existing table.
SQL Create table StatementThe CREATE TABLE statement creates a new table within a database.
SQL Delete and Drop tableThe CREATE DATABASE statement creates a new database. Many different options can be...
SQL Delete StatementWe can delete existing records in a tables using Delete statement.
SQL Update statementWe can update existing records in a tables using UPDATE statement.
SQL Insert into statementThe INSERT INTO statement is used to insert a new record in a table
SQL Order by ClauseThe ORDER BY statement orders the returned values by the specified column(s) in Ascending or descending.
SQL And Or OperatorThe AND & OR operators are used to filter records based on more than one condition.
SQL Where ClauseThe WHERE clause limits the rows retrieved to those meeting the search condition.
SQL Select Distict StatementIn this tutorial, we will learn select distinct statement
SQL Select StatementIn this tutorial, we will learn select statement, the select statement is used to retrieve data from a table.
Basics of SQL StatementMost of action you need to perform with sql statement, for example you need to retrieve data from a table tutorial, you need to use following statement.