[PHP-DB] Quotation marks in HTML form values

2012-06-14 Thread Ron Piggott
I have setup the following echo after a database query: ?php echo input type=\text\ name=\description\ value=\ . $email_template['description'] . \ class=\contact_center_email_template_maintenance_user_input_data\ /\r\n; ? What I don’t understand is what to do in the event the variable

Re: [PHP-DB] Quotation marks in HTML form values

2012-06-14 Thread Bastien
Bastien Koert On 2012-06-15, at 12:35 AM, Ron Piggott ron.pigg...@actsministries.org wrote: I have setup the following echo after a database query: ?php echo input type=\text\ name=\description\ value=\ . $email_template['description'] . \