"; } else { $db = mysql_connect("$host", "$login", "$pass") or die("Base de données indisponible"); mysql_select_db("$base",$db); $query_CSS= "SELECT CSS from master_section where MasterSectionID='$MasterSectionID'"; $CSSs=mysql_query($query_CSS); $CSS=@mysql_fetch_array($CSSs); echo " "; } echo "
"; echo "".$row["NomMasterSection"].""; if (isset($SectionID)) { $query2= "SELECT NomSection from section where SectionID='$SectionID'"; $result2=mysql_query($query2); $row2=@mysql_fetch_array($result2); echo "".$row2["NomSection"].""; } } else { echo "Sckizo"; } echo " |
|
| "; include ("colone.php3"); echo " |
";
if (!isset($MasterSectionID)||!isset($SectionID))
{
include ("presentation.php3");
}
else
{
$query_URL= "SELECT URLPage from section where SectionID='$SectionID'";
$result_URL=mysql_query($query_URL);
$row_URL=@mysql_fetch_array($result_URL);
//echo ($row_URL["URLPage"]." "); include ($row_URL["URLPage"]); } echo " |