Hello !
I'd like to call a PHP function when the user click the button !
I've tried this:
echo"<INPUT TYPE='SUBMIT' NAME='gomb' VALUE='Megvesz' onclick='myfunction'">
but it didn't work...
I can call a JavaScript Function from it, but I'd like to call a PHP Function from there.
Is it possible ?
How can I use a php variable in another php script. ?
Thanks for your reaction !!!