This probably has been covered someplace in the docs/forums, but I didnt find it.. wasnt sure what the search term would be.. didnt see it under "variables", or "parseing variables".
Heres what I'm trying to do:
I'm working on a site that will be a listing for classic cars.. there WILL be page feeding the listing generator from a form, and it is working (using the $_POST[]).
BUT, what I want to do is setup a way to pass the stock number direct to the page, so a link can be placed in another site (ebay auction, for example) and bring it up..
example:
http://mysite.com/showcar.php?CON-0044
where CON-0044 would be the stock number, and would be different on each call. This is pretty common in other CGI programming, but havent figured out how to parse the calling URL in PHP..
Thanks for the help!