12-24-2007, 09:29 AM
|
#20 (permalink)
|
|
The Prestige
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
|
Quote:
Originally Posted by dschreck
Oh.
Code:
<form action="newpost.php" method="POST">
try changing that to:
Code:
<form action="newpost.php?t=<?=$_GET['t'];?>" method="POST">
(Using PHP short tags)
|
Oh lol!
I didn't think I needed that number, but thanks :D
|
|
|
|