View Single Post
Old 12-24-2007, 09:29 AM   #20 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

Quote:
Originally Posted by dschreck View Post
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
Tanax is offline  
Reply With Quote