RE: [PHP-DB] Quotes, double-quotes, and the like.

2001-09-17 Thread Ari M. Roth
ysql_query($query, $db_link); echo "Result: $result"; Thanks! Later... -Ari -Original Message- From: Justin Buist [mailto:[EMAIL PROTECTED]] Sent: Monday, September 17, 2001 8:32 AM To: Ari M. Roth Cc: [EMAIL PROTECTED] Subject: Re: [PHP

Re: [PHP-DB] Quotes, double-quotes, and the like.

2001-09-17 Thread Justin Buist
On Sun, 16 Sep 2001, Ari M. Roth wrote: > I'm trying to create a web-based interface that will allow me to save > essays to a mySQL database for display on a website. The problem is > that it may include HTML in it, so I need to preserve double-quotes in > their original context. Right now, the

RE: [PHP-DB] Quotes, double-quotes, and the like.

2001-09-17 Thread Rick Emery
uotes, double-quotes, and the like. I'm trying to create a web-based interface that will allow me to save essays to a mySQL database for display on a website. The problem is that it may include HTML in it, so I need to preserve double-quotes in their original context. Right now, they are no

[PHP-DB] Quotes, double-quotes, and the like.

2001-09-16 Thread Ari M. Roth
I'm trying to create a web-based interface that will allow me to save essays to a mySQL database for display on a website. The problem is that it may include HTML in it, so I need to preserve double-quotes in their original context. Right now, they are not encoding correctly for some reason. An