Re: [PHP] PHP sample code for XMLHttprequest with jQuery
- From: jochem@xxxxxxxxxxxxx (Jochem Maas)
- Date: Sat, 31 Mar 2007 00:31:27 +0200
Otto Wyss wrote:
I'm currently evaluating jQuery as a Javascript library for my web site
but first would like to see a working sample with PHP doing
XMLHttprequest. Is anyone else using jQuery and has some sample code to
look at?
post.php
--------- >8 ----------------
<?php
echo (!empty($_POST) ? 'post arrived' : 'mail lost in transit');
?>
now point your 'ajax' request at post.php
.
O. Wyss
- References:
- PHP sample code for XMLHttprequest with jQuery
- From: Otto Wyss
- PHP sample code for XMLHttprequest with jQuery
- Prev by Date: Re: [PHP] Parse error help.., thanks..
- Next by Date: Re: [PHP] Parse error help.., thanks..
- Previous by thread: Re: [PHP] PHP sample code for XMLHttprequest with jQuery
- Next by thread: Parsing database variables
- Index(es):
Relevant Pages
|