
Jul 25th, 2006, 15:59
|
 |
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>");
|