insanemonkey
11-29-2007, 09:09 PM
hi everyone, I am not sure how to do this, but here i go...
ok I am making a project and I want to have a copyright in it so it cant be removed...
and my idea is to add a if statement saying/idea like this..
if(file.php ==0){
echo
} else {
echo error
}
trying to use a if statement to locate and see if a file is there.. and if it isnt then show a error and the page cant be displayed, I hope you get it..
is there another way to show this?
ok I am making a project and I want to have a copyright in it so it cant be removed...
and my idea is to add a if statement saying/idea like this..
if(file.php ==0){
echo
} else {
echo error
}
trying to use a if statement to locate and see if a file is there.. and if it isnt then show a error and the page cant be displayed, I hope you get it..
is there another way to show this?