Jump to content

Passing Get Variable into Iframe


.Darkman

Recommended Posts

You can also use sessions or global.

But it is depending if it user inputted or something you carry from page to page in your php!

 

For user input use $_GET

 

If you passing some variable in a background process you can use get but make sure to do referrer check, or someone my hijack your script!

 

OR a bit more advance use sessions, but sessions require cookies or a very long ugly string! :)

I have not used GLOBAL because the PHP community does not really like it, for security reason.

 

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.