This is a discussion on POST dilemma within the PHP General forums, part of the PHP Programming Forums category; Using : PHP 5 I want to implement paging in my PHP database results page using HTML hyperlinks (not a HTML ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Using : PHP 5
I want to implement paging in my PHP database results page using HTML hyperlinks (not a HTML form button). All reference on the www point to using GET variables to modify the url, however this is not what I want. How do I set and use a POST variable in this scenario? Remember I need to use hyperlinks and not a FORM. Is it possible? |
|
|||
|
<nostradumbass77@yahoo.com> wrote in message news:8a234184-d697-4680-9ef0-55a20c1292c7@e6g2000prf.googlegroups.com... > Using : PHP 5 > > I want to implement paging in my PHP database results page using HTML > hyperlinks (not a HTML form button). > > All reference on the www point to using GET variables to modify the > url, however this is not what I want. > > How do I set and use a POST variable in this scenario? Remember I > need to use hyperlinks and not a FORM. > > Is it possible? afaik, no. |