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
]>
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
> at:
> >
> > '?>" .
> > htmlspecialchars($linkurl) . "\n"?>
> >
> > which seems to make the parser behave as I intended.
> >
> > Anyway...thanks!
> >
> > -- Paul
> >
> > - Original Message -
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
</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
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
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
7 matches
Mail list logo