Re: [PHPLIB] put <?php .. ?> tag into database ? From: serghej petrov (petrov <email protected>)
Date: 11/16/99

The problem is in $sess->purl
                                    ^_____this operator, because for html this is the
end of <a href=.....> tag!

some other ideas?

thanks all.

Alec Effrat wrote:

> I think you just forgot the semicolon...
> it should look like this
>
> <?php ...
> code
> .... ?>
> Please Click <A HREF="<?php $sess->purl("index.php");?>">here</A>
>
> <?php more code
> ...
> ?>
>
> Alec Effrat
> alec <email protected>
>
> serghej petrov wrote:
>
> > Hi all.
> >
> > I'have try manage messages via database, and if i put the string with php tag like
> > this
> >
> > "please Click <a href="<?php $sess->purl("index.php")?>">here</a>"
> >
> > after select this string from db i have : please Click ">here
> >
> > Is it possible to do it?
> >
> > tHX
> >
> > Serg
> >
> > -
> > PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
> > To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
> > the body, not the subject, of your message.

-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.