Jump to content

How to pass variables from page to page


pioneerx01

Recommended Posts

How would I pass variables from one page to another without using forms or $_GET features.

 

Let say I have page (1.php) where If define $secret_phrase = "open sesame";. On that page (1.php) I have multiple html links to multiple pages (2.php, 3.php, ...) if you click on the link to 2.php page I would like to pass the $secret_phrase as well without having it encoded into a link or using forms.

 

Is there a way to do it?

Thanks

Link to comment
Share on other sites

I do not what to use query string because I will have to encode each link manually and users can change the defined values themselves.

Maybe I wrong about what you are going to do... But you can use JavaScript in order to change your links when user enter any info. Just create one or some function(s) and put call to it into 'onchange' of that element where your user enter his info.

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.