View Single Post
  #4 (permalink)  
Old Jul 25th, 2006, 15:59
benbacardi's Avatar
benbacardi benbacardi is offline
Highly Reputable Member
Join Date: Feb 2004
Location: United Kingdom
Age: 20
Posts: 611
Thanks: 0
Thanked 0 Times in 0 Posts
Re: help with pagination and html radio buttons

replace that line with:

PHP: Select all

echo("<input style=\"border:none;\" type=\"radio\" name=\"loc\" onClick=\"go(\'deletenews.php?id=".$code['id']."\');\">".$code->title."<BR>"); 

Reply With Quote