Re: Current PHP implementation [message #180013 is a reply to message #180007] |
Wed, 26 December 2012 13:45 |
Denis McMahon
Messages: 634 Registered: September 2010
Karma:
|
Senior Member |
|
|
On Tue, 25 Dec 2012 21:45:58 -0500, Jerry Stuckle wrote:
> PHP doesn't handle AJAX calls
If the client calls a php script using the client side ajax mechanism,
then the php script handles the ajax call.
However, what part of the client generates the call is irrelevant to the
php. All that the php script "knows" is that it has been invoked in an
environment that may include several predefined arrays. It has no idea
whether it was invoked from a link click, a form submission, an embedded
object or an ajax call, although it may be able to determine this from
its data environment.
--
Denis McMahon, denismfmcmahon(at)gmail(dot)com
|
|
|