Introduction to Ajax
Ajax (Asynchronous Java script And XML)  Introduction In Jesse Garrett’s original article that coined the term, it was AJAX. The “X” in AJAX really stands for XML…
Ajax (Asynchronous Java script And XML)  Introduction In Jesse Garrett’s original article that coined the term, it was AJAX. The “X” in AJAX really stands for XML…
If –else statements: if…else statement – executes set of codes if a condition is true and another code if the condition is false Within a…
We already learned about variables, but there are some Readymade or predefined keywords in PHP that can be used without you having to create them…
When working in any programming language, dealing with dates and time is a simple task. That is, until time zones have to be supported. PHP’s…
The Ajax provides two way to developers to build rich application, server centric and client centric. The extenders use a block of JavaScript code to…