View Single Post
  #3 (permalink)  
Old Jul 24th, 2006, 13:16
AdRock's Avatar
AdRock AdRock is offline
SuperMember

SuperMember
Join Date: Jul 2006
Location: Devon, England
Posts: 565
Thanks: 0
Thanked 0 Times in 0 Posts
Re: help with pagination and html radio buttons

Thanks.....that works fine for another page I'm doing where there is no deleting etc but how do i delete a certain item

I have tried this
PHP: Select all

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

Is it to do with the \'deletenews.php?id=<? echo $code[\'id\']; ?>\' bit? if so how do i replace it correctly?

Many thanks for helping me sort this problem
Reply With Quote