Jump to content

Can javascript pass variables to php?


edg322

Recommended Posts

JS works client side php works server side.

JS can only send infomation to the server for php to pick up. There is really only one way it can do this.

JS can manipulate fields in a html document and the results are sent via post or get methods to the server for the php engine to pick up.

But JS can also send an xml request - which again is sending info via a url or post but the client 'does not' see this happening.
this is how ajax works....

They are essentially the same thing but you can achive very different effects with each.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.