Jump to content


Help Required - Required File


2 replies to this topic

#1 Exaution

    Young Padawan

  • Members
  • Pip
  • 7 posts

Posted 09 April 2008 - 02:45 PM

This has been sorted, thank you :yodasearch:

Edited by Exaution, 11 April 2008 - 01:57 PM.


#2 coolaid

    P2L Jedi Master

  • Members
  • PipPipPipPip
  • 1,435 posts
  • Gender:Male
  • Interests:i wonder..

Posted 09 April 2008 - 03:40 PM

for the first part, i conjured up this little script
<?
$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 Exaution

    Young Padawan

  • Members
  • Pip
  • 7 posts

Posted 09 April 2008 - 03:50 PM

Thank you very much. Thats what I needed. Thanks great!

View Postcoolaid, on Apr 9 2008, 04:40 PM, said:

for the first part, i conjured up this little script
<?
$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