|
 |
beginning_php thread: calling function
Message #1 by "raisha r mohan" <raisharm@r...> on Wed, 30 Oct 2002 09:22:56
|
|
Hello,
How can i call a function on clicking a button? It's not a submit
button.Just after clicking a button in a form i have to call a function.
Please help me.
Thanks
raisha
Message #2 by "Nikolai Devereaux" <yomama@u...> on Wed, 30 Oct 2002 10:20:17 -0800
|
|
PHP is a server side language, and ALL of it's processing is finished before
the client can do anything on the page. You can call javascript functions all
you like, but to call any PHP functions, you'll have to make another request of
the server.
nik
|
 |