Hello all
what i am really trying to do is to use POST method to send info to next page with just HYPERLINK; Here is what i want:
Get method:
<a href="http://www.someting.com?date=9/15/05&age=21">age and time</a>
I want this to be in POST method without using forms.
also i am making this in php so is there a way to do this on click instead of using fourms because i really dont want to use those boxs with submit in them to submit the info.