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:
hmaster
Senior Member
****

Avatar

Posts: 716
Reputation: 24
33 / Male / Flag
Joined: Nov 2004
RE: Help with PHP included files
in a.php
code:
<?
include('error.php');
// or insert your own error page in here
?>

in b.php
code:
<?
include('thepageyouwantthemtogoto.php');
?>

*-) Or do you mean when they access a.php from http://my_server.com/a.php its an error but when it is accessed from http://my_server.com/b.php it runs the correct a.php page, if so you might wanna try $_SERVER['HTTP_REFERER'] :undecided:

This post was edited on 09-14-2005 at 08:24 PM by hmaster.
[Image: sig.png]
09-14-2005 08:17 PM
Profile PM Web 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