Edited by Exaution, 11 April 2008 - 01:57 PM.
Help Required - Required File
Started by Exaution, Apr 09 2008 02:45 PM
2 replies to this topic
#1
Posted 09 April 2008 - 02:45 PM
This has been sorted, thank you
#2
Posted 09 April 2008 - 03:40 PM
for the first part, i conjured up this little script
for the second part, i dont know exactly what u want, but it might just be as easy as this:
<?
$file = "index.php";
if(!file_exists($file)){
echo "File not Found";
}else{
include($file);
}
?>
for the second part, i dont know exactly what u want, but it might just be as easy as this:
<?
if($code == "ghhgh" || $FR == "VALID"){
//VALID
}else{
//INVALID
}
#3
Posted 09 April 2008 - 03:50 PM
Thank you very much. Thats what I needed. Thanks great!
coolaid, on Apr 9 2008, 04:40 PM, said:
for the first part, i conjured up this little script
for the second part, i dont know exactly what u want, but it might just be as easy as this:
<?
$file = "index.php";
if(!file_exists($file)){
echo "File not Found";
}else{
include($file);
}
?>
for the second part, i dont know exactly what u want, but it might just be as easy as this:
<?
if($code == "ghhgh" || $FR == "VALID"){
//VALID
}else{
//INVALID
}1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
