- Impact
- 4
hi,
i cant see what i have done wrong, its problly something simple.
any help welcome
thanks ,
-ed
--edit--
lol, i worked it out. my else at the end was wrong.
thanks anyways
i cant see what i have done wrong, its problly something simple.
any help welcome
PHP:
<?php
if($p=="0"){
echo"<script language='JavaScript' src='http://digg.com/diggjs/front/$cat/30' type='text/javascript'></script>";
}
elseif($p=="1"){
echo"<script language='JavaScript' src='http://digg.com/diggjs/submitted/$cat/30' type='text/javascript'></script>";
}
else(!$cat){
echo"$intro";
}
?>
thanks ,
-ed
--edit--
lol, i worked it out. my else at the end was wrong.
thanks anyways
Last edited:





