Jump to content

Request Variable/QueryString Issue


spacepoet

Recommended Posts

Hi:

 

I am trying to pass/request a Variable/QueryString from one page to another, but it isn't working.

 

Seems like it would be simple, so maybe I am overlooking the obvious.

 

I have the 1st page:

<a href="NewCity.php?abbr_state=<?php echo $abbr_state ?>">Insert New City</a>

 

Writes the URL properly - CityList.php?abbr_state=CT

 

The 2nd page:

<?php

$abbr_state = $_REQUEST['abbr_state'];

?>


<form>

State: <input type="text" name="abbr_state" value="<?php echo $abbr_state; ?>" readonly=""/><br />

</form>

 

But it does not get the variable/QueryString for "CT" and add it to the form field (it's not the "readonly" causing it).

 

Why?

 

What did I miss?

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.