Hi all.
I know very little PHP, but what I want to do is very basic. Looking at the URL of this Post New Thread page, it ends with "?do=newthread&f=11". I want to output these types of parameters like so:
Is this possible/easy?Code:<input type="hidden" name="do" value="newthread" /> <input type="hidden" name="f" value="11" />
Thanks for any responses!



Reply With Quote


Bookmarks