[PHP-DB] MySQLi Help

2012-06-14 Thread jstarritt
Hi, I am trying to slowly convert some old MySQL based code to the newer MySQLi extension and have come across something that I want to call a bug, but thought maybe as a newb with the extension that this might be something at least a few of you are familiar with. Basically depending on

[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'] . \