Discussion: PHP within PHP...
Afficher un message
Vieux 17/09/2007, 19h57   #2
Mandragon03@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: PHP within PHP...

On Sep 17, 12:56 pm, Mandrago...@gmail.com wrote:
> I took over the support of a website that is set up something like
> this inside one of the pages:
>
> include_once("header.php");
>
> <?php
> //to get the content of the page they do this:
> $content = mysql_query("select content etc...);
>
> echo $content;
> ?>
>
> include_once("footer.php");
>
> I am having problems evaluating any php that is used in the mysql
> content. Is there a way to get the mysql withing the mysql to run?
>
> Thank you for your time,
>
> Mandragon


Sorry, The question should read:

"Is there a way to get the php withing the echo $htmlcontent to run?"

  Réponse avec citation
 
Page generated in 0,06221 seconds with 9 queries