wads2424 Posted April 7, 2017 Share Posted April 7, 2017 I am trying to pass a variable into a form with a URL, and I thought I had it correct, but it s not passing with the URL of http://www.mysite.com/form.php?subject=Subject+-+Question:+2&QUESTION=Why%20can%27t%20I%20see? <option selected value="<?php echo $subject; ?>"><?php echo $subject; ?></option> Thanks for the reply in advance. Quote Link to comment Share on other sites More sharing options...
Jacques1 Posted April 7, 2017 Share Posted April 7, 2017 We don't have mind readers on this forum. So if you want help, you'll need to write a coherent problem description with all relevant information. Show the full form, show the content of $subject (the var_dump() function will be helpful) and explain what exactly the problem is. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.