Click to See Complete Forum and Search --> : POssiblity to changed php variables in a java script


pym59
10-11-2003, 09:28 AM
Hello,

I am trying to find out if it is possible to change a php globale variable in a javascript. I am using the $_SESSION php variable to exchange and save informations betwenn the page changes. And it would be very good, if in a javascript, i could change the contents of one of them?

I am 99% sure that it is not possible, but you knows?
Thanks in advance

Khalid Ali
10-11-2003, 09:31 AM
lets make it 100% sure that its not possible, you can only communicate with server side langauges using HTTP Request object from client.