PHP: Difference between revisions

From Cumulus Wiki
Jump to navigationJump to search
194 bytes added ,  05:49, 19 May 2018
m
→‎What about Ajax?: added common use sentance
m (→‎More about PHP: added cross reference to forum topic)
m (→‎What about Ajax?: added common use sentance)
Line 36: Line 36:
==== What about Ajax? ====
==== What about Ajax? ====


Ajax is, in essence, a concept not a new language. It's basically JavaScript being used to request information, and it works in the background while you are viewing a page on the browser.
Ajax is, in essence, a concept not a new language. It's basically JavaScript being used to request information, and it works in the background while you are viewing a page on the browser. The most common use is to use the script to update just one part of a web page without reloading the whole page, but that does require a greater technical level in script writing than a novice.


==== When to use JS (Javascript) or PHP ? ====
==== When to use JS (Javascript) or PHP ? ====
5,838

edits

Navigation menu