How can I access information sent through GET on a form?
To access the data sent this way, you use the $_GET array like this:
Imagine you have a parameter called 'name' in the URL, here's how to access it:
www.myurl.com?name=johnny
$youare = $_GET["name"]; this will now contain the value 'johnny'
Comments on this Question/Answer
What are magic quotes?By: sangeeta, 22 Nov 2008 01:42:04
Reply to comments / post your own comment >>>
ASK A QUESTION
More forms PHP Questions
if i send values to database ,but in that table zeros is added ,how can i rectify the errorDYnamic Dropbox when I select a value it has to add a textbox to a specific position in the form how do I do it?? If I could change the dropbox in a textbox and make it add Textboxes depending on the number typed it would be even better but dont think th
Can I use a variable from a .php file to give a value to an HTML FormMail form field thus: ? Thank you
Hello: I receive two error messages when I try to submit a form. The messages are: Warning: mysqli_query() [function.mysqli-query]: Empty query in /home/content/PRIVATE/html/riskyjobs_riskybusiness_Database_TableSetup_riskyjobs_Table_Chapter9_Page5
i just wanted to put a textbox beside the query of the evaluation form. how can i do that? ========================== here is my php form index.php PERFORMANCE APPRAISAL INSTRUMENT var Event = { add: function(obj,type,fn) {
