Fah hem wrote:
my server won't let me do cookies so I need to pass a variable as if it was in a form that uses POST.
Since when did a server have anything to do with cookies?
And as far as posting goes...
there's a real masterful trick that's called a hidden field, perhaps you've heard of it.
<input type="hidden" name="var" value="$var">
soon you too shall be a Jedi.