Syntax PHP

June 21 0 Comments Category: Uncategorized

Syntax – The rules that must be followed to write properly structured code. PHP’s syntax and semantics are similar to most other programming languages (C, Java, Perl) with the addition that all PHP code is contained with a tag, of sorts. All PHP code must be contained within the following… <?php ?> or shorthand <? [...]

Ajax PHP tutorial – Sending data to PHP with Ajax

July 10 Comments Off Category: Uncategorized

In this article I will try to summarize the basics of Ajax and PHP communication. At the and you can find a full working Ajax – PHP example. Before the explanation of the doWork() function we first need to learn a more important thing. To make a communication between the client and the server the [...]

Step 1 – Ajax basics

July 10 0 Comments Category: Uncategorized

In this article I don’t want to show you the history of AJAX and discuss its pros and cons, but only focus on how to create a basic working AJAX – PHP communication. The only important thing at the moment is that AJAX uses JavaScript so it need to be enabled in your browser to [...]

Stats by WP SlimStat