01-15-2008, 06:30 PM
|
#8 (permalink)
|
|
The Wanderer
Join Date: Nov 2007
Posts: 10
Thanks: 0
|
Quote:
|
The problem is in the printing business:
|
Because my real code is:
Code:
print "<div class=\"delete\"><input type=\"checkbox\" class=\"delete-checkbox\" value=\"{$row['id']}\" name=\"deletebox\" /></div>";
I just took out the escapes so it was easier to read.
|
|
|
|