Posted by Malcolm Dew-Jones on 07/19/05 03:35
el_roachmeister@yahoo.com wrote:
: Is there a way to make a text link post to a form without passing all
: the parameters in the url? The urls tend to get very long and messy. I
: often wonder if there is a limit to how long they can get?
One possible technique
Use sessions.
Create a session for a user.
When you generate the table with all the links, save the details of each
link as part of the session, and index the details via an id, and use that
id in the link instead of the details.
<a href="mysite.com/myscript.php?the-id=A57">click here</a>
--
This space not for rent.
Navigation:
[Reply to this message]
|