[jQuery] calling a php function with jquery

[jQuery] calling a php function with jquery


Hello !
I have a php function : helloUser in the file : myFunctions.php.
This is my function :
...
function helloUser($user)
{
return "Welcome $user !";
}
...
I'm using jquery for an application but i don't know how to call a php
function and give parameter (here :$user) and recover the result (here :
"welcome ...").
Can somebody help me?
Thanks a lot.
--
View this message in context: http://www.nabble.com/calling-a-php-function-with-jquery-tp15853808s27240p15853808.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.