Right, what is wrong with this script?
Contents of specialoffers.php:PHP Code:<?php require_once("resources/specialoffers.php");
if ($siteoffers = (false)) { ("<b><center><h1><font color=\"#000FFF\">Sorry, there are 0 Hosting Offers!</font></h1></center></b>"); } else { echo ("<b><center><h1><font color=\"#000FFF\"><a href=\"other.php?id=offers\">Their Are $offersmany Offers! It Is A $offer_type Special!</a></font></h1></center></b>"); }?>
Because regardless, it will show that their is offersPHP Code:<?php
$siteoffers = false;
$offer_type = "Christmas";
$offersmany = "5";
?>
Help Plx
Thanks.






Reply With Quote
