Re: [PHP] PHP sample code for XMLHttprequest with jQuery

2007-04-01 Thread tedd

At 10:26 PM +0200 3/30/07, 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?


O. Wyss


I'm not using php to generate a XMLHttprequest, but I am mixing languages, see:

http://xn--nvg.com/thickbox

If you can't read it, try it with a better browser.

Cheers,

tedd
--
---
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] PHP sample code for XMLHttprequest with jQuery

2007-03-30 Thread Otto Wyss
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?


O. Wyss

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP sample code for XMLHttprequest with jQuery

2007-03-30 Thread Tijnema !

On 3/30/07, Otto Wyss [EMAIL PROTECTED] 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?

O. Wyss


This is nearly 100% PHP unrelated. jQuery and XMLHttpRequest (AJAX)
are both Javascript. Maybe you should look here:
http://docs.jquery.com/Discussion#Mailing_Lists
There you can find people using jQuery ;)

Tijnema


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP sample code for XMLHttprequest with jQuery

2007-03-30 Thread Jochem Maas
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
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php