[jQuery] Re: jQuery + call PHP function

2007-12-17 Thread uraz
I have just one more question. Is it possible to use "return" instead of "echo" in php function to pass some data back?

[jQuery] Re: jQuery + call PHP function

2007-12-17 Thread uraz
It works, thanks a lot.

[jQuery] Re: jQuery + call PHP function

2007-12-17 Thread uraz
Ok but if You have for exaple 3 php functions ( function1(), function2(), function3() ) in the document and you want to call function2() what can you do?

[jQuery] jQuery + call PHP function

2007-12-13 Thread uraz
I'm wondering how can I asynchronously call the php function which is placed in the same file as the js code and html (just on the top of it, before the ). Something that 'xajax' do. Thanks for replies