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

2001-02-21 Thread John Monfort
lspecialchars($linkurl) . "\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

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

2001-02-21 Thread Paul Warner
]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, February 21, 2001 8:53 PM Subject: Re: [PHP] pop textarea field w/ text incl. quotes > From: "John Monfort" <[EMAIL PROTECTED]> > > > > > > > Is it necessary to include the 'http:' in the D

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

2001-02-21 Thread Simon Garner
> at: > > > > '?>" . > > htmlspecialchars($linkurl) . "\n"?> > > > > which seems to make the parser behave as I intended. > > > > Anyway...thanks! > > > > -- Paul > > > > - Original Message -

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

2001-02-21 Thread David Allen Reid
to use php's substitution to build the text area > > within the same string. I updated my code to be more like yours and arrived > > at: > > > > '?>" . > > htmlspecialchars($linkurl) . "\n"?> > > > > which seems to make the p

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

2001-02-21 Thread Simon Garner
</a> Which should render as a link, followed by a textarea with the HTML code for that link. If you want the first link to render as code as well then you need to run it through htmlspecialchars() too. Cheers > - Original Message - > From: "Simon Garner" <[EMAIL PROTEC

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

2001-02-21 Thread Paul Warner
quot; <[EMAIL PROTECTED]> 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 marku

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

2001-02-21 Thread Simon Garner
From: "Paul Warner" <[EMAIL PROTECTED]> > 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