in reply to Re: Re: (ar0n) Re: Loading $_ as checkbox value when $_ has double quotes in its value
in thread Loading $_ as checkbox value when $_ has double quotes in its value

Don't quote your output at all print "stuff";

Use a here document instead then you can put anything you fancy in it.

print <<HTML; Delete This Post? \n <input type=checkbox name="box$post_number" value=" $_ "<p +> $_<hr>\n<p>\n<br><br><br>\n|; HTML
  • Comment on (duplicate)Re: Loading $_ as checkbox value when $_ has double quotes in its value (delete)
  • Select or Download Code