What I am trying to make this script do is a user adds in a ID and it will execute that the URL with the user input. So for the user puts in, 123 the excuted URL is http://XXXXXXXXXXXXXXXX.com?u=123
It doesn't go to the FULL url i add in, just half. For example: i want it to go to http://something.something.com/index.cfm?page=0&fuseaction=edit&ID= But it is only going to: http://something.something.com/index.cfm? Can you please give me the exact code to use for these examples?
If the user inputs 123 in my form than than he would be redirected to domain.com?u=123. Example: If you go to http://mmj48.com/test.html and type in 123 than hit enter you will be redirected to http://mmj48.com/test.html?u=123 Is this what you want?
Nope, but I already figured this out. I wanted to go to another sites URL. Thanks for the help though