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

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

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