Quote:
Originally Posted by ronp
I finally got something to work but in a completely different way. I had never worked with javascript and am very green with php, but I eventually found out that you can't pass a variable directly from javascript to php, since js is client side and php is server side, so the php is actually parsed first and totally seperately from the javascript.
Anyway thanks for taking the time to reply.
|
Can u share the solution ?