stefano wrote:
> Hi, I would like to know how it is possibile to call a php function
> inside an onclick=function (....), I try to explain me better
Hi Stefano. Your problem is that php is on the server and 
javascript/jQuery is in the web browser.
You need to get onclick to issue another page request to the server - 
that's AJAX. Look into
$.get for a solution.

Reply via email to