What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Help with PHP included files

Help with PHP included files
Author: Message:
surfichris
Former Admin
*****

Avatar

Posts: 2365
Reputation: 81
Joined: Mar 2002
RE: Help with PHP included files
Okay, you could do:

code:
<?php
if($_SERVER['SCRIPT_FILENAME'] == "a.php")
{
  die("Go away");
}
?>


That would work too :P

This post was edited on 09-14-2005 at 10:35 PM by surfichris.
09-14-2005 10:34 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Help with PHP included files - by Choli on 09-14-2005 at 08:09 PM
RE: Help with PHP included files - by hmaster on 09-14-2005 at 08:17 PM
RE: Help with PHP included files - by Choli on 09-14-2005 at 08:42 PM
RE: Help with PHP included files - by KeyStorm on 09-14-2005 at 08:45 PM
RE: Help with PHP included files - by hmaster on 09-14-2005 at 08:48 PM
RE: Help with PHP included files - by Choli on 09-14-2005 at 09:29 PM
RE: Help with PHP included files - by surfichris on 09-14-2005 at 10:27 PM
RE: Help with PHP included files - by KeyStorm on 09-14-2005 at 10:29 PM
RE: Help with PHP included files - by Choli on 09-14-2005 at 10:32 PM
RE: Help with PHP included files - by surfichris on 09-14-2005 at 10:34 PM
RE: Help with PHP included files - by KeyStorm on 09-14-2005 at 10:39 PM
RE: Help with PHP included files - by wj on 09-15-2005 at 04:20 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On