I would like to call a Javascript function which performs some Ajax operations. And I would like to call it in serverside using PHP echo statement. Is that possible? If not is there any options?
Any help is very much appreciated.
Thank you, Ajeesh
Calling a Javascript Ajax function using echo
Moderator: General Moderators
- sergio-pro
- Forum Commoner
- Posts: 88
- Joined: Sat Dec 27, 2008 12:26 pm
Re: Calling a Javascript Ajax function using echo
Hi
No, thats not possible.
Because javascript is executed on a client (browser), and php on a server.
There are a lot of options, but it depends on what exactly you want to do.
No, thats not possible.
Because javascript is executed on a client (browser), and php on a server.
There are a lot of options, but it depends on what exactly you want to do.