[PHP] pop textarea field w/ text incl. quotes

2001-02-21 Thread Paul Warner
I seem to be stuck on a very simple (to me) issue. I am trying to build a database of links for a site. A user inputs an HTML link into a text box which is stored in a SQL db. This works fine. I need to display this data on pages, and retrieving it into the page displays fine as well. The

Re: [PHP] pop textarea field w/ text incl. quotes

2001-02-21 Thread Paul Warner
rs($linkurl) . "/textarea\n"? which seems to make the parser behave as I intended. Anyway...thanks! -- Paul - Original Message - From: "Simon Garner" [EMAIL PROTECTED] To: "Paul Warner" [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, February 21, 2001 8:19 P

Re: [PHP] pop textarea field w/ text incl. quotes

2001-02-21 Thread David Allen Reid
To: "Paul Warner" [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, February 21, 2001 8:19 PM Subject: Re: [PHP] pop textarea field w/ text incl. quotes Don't worry about quotes - the problem is that you have HTML markup inside your textarea. You just need