Posted by Jerry Stuckle on 02/21/07 02:57
Richard wrote:
> "Klarth" <kah.goh@gmail.com> writes:
>
>> Yes, it is possible. There look for $_GET["recordnum"] in your
>> catalogrecord.php script.
>
> Could someone explain to a noob the use of _get here and why not _post?
Because he's passing it as part of the URL, so it's a GET request. A
POST request would come from a form with method=post.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|