The really "proper" way to do this is with XML-RPC or JSON-RPC, which
is probably what you really want as you're already using JSON.  RPC
means "remote procedure call".  The basics are pretty well illustrated
on the wikipedia page here:
http://en.wikipedia.org/wiki/JSON-RPC

There are a variety of good libraries for doing this in PHP, as well.



On Jul 14, 7:11 am, Yavuz Bogazci <[EMAIL PROTECTED]> wrote:
> Hi,
>
> is it possible to call php functions from jquery? I knew how to call
> a .php page from jquery with $.post and to echo output or return a
> JSON Object. But my application growth and there is an increase in
> single php pages. This is very confusing and the filemanagement is
> getting complicated.
>
> How are you solving this problem? Is a good tutorial or info out
> there? I have searched google and couldnt find a useful answer.
>
> thank a lot
> yavuz

Reply via email to