Hello to everybody!
I would like to know if it's posible to invoke php code from javascript code. If it's posible, please let me know how I can do it (an example or something similar).
Thanks in advance.
answer is no, php is server side and javascript is client side scripting.