View Single Post
Old 28-04-2004, 04:11   #5 (permalink)
smallbeer
I Ain't Losing Any Sleep™
 
Join Date: Apr 2003
Posts: 5,200
Code:
echo("<go href=\"detail.php?".SID."\">".$row ['fname']." ".$row['lname']." method=\"post\">"); echo("<postfield name=\"rid\" value=\"".$row['ID']."\"/>"); echo("</go>");

But you have a closing > inbetween SID and fname. Should that be there?
__________________
That's fuckin' ingenious, if I understand it correctly. It's a Swiss fuckin' watch.
  Reply With Quote