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

2012-06-14 Thread Karl DeSaulniers
On Jun 14, 2012, at 11:46 PM, Bastien wrote: Bastien Koert On 2012-06-15, at 12:35 AM, "Ron Piggott" > wrote: I have setup the following echo after a database query: echo "$email_template['description'] . "\" class= \"contact_center_email_template_maintenance_user_input_data\" />\r \n

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

2012-06-14 Thread Karl DeSaulniers
On Jun 14, 2012, at 11:35 PM, Ron Piggott wrote: I have setup the following echo after a database query: echo "$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 variab

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" wrote: > > I have setup the following echo after a database query: > > echo " $email_template['description'] . "\" > class=\"contact_center_email_template_maintenance_user_input_data\" />\r\n"; > ?> > > What I don’t understand is wh