Click here to Skip to main content
15,901,205 members
Home / Discussions / Web Development
   

Web Development

 
QuestionIndian ruppes symbol in Crystal report Pin
ppchandak3-Feb-11 1:11
ppchandak3-Feb-11 1:11 
AnswerRe: Indian rupees symbol in Crystal report Pin
thatraja17-Feb-11 15:38
professionalthatraja17-Feb-11 15:38 
QuestionPorting desktop tools to web Pin
Koder2-Feb-11 0:24
Koder2-Feb-11 0:24 
AnswerRe: Porting desktop tools to web Pin
Not Active2-Feb-11 3:53
mentorNot Active2-Feb-11 3:53 
AnswerRe: Porting desktop tools to web Pin
cjoki3-Feb-11 5:05
cjoki3-Feb-11 5:05 
QuestionPopUp menu closes itself because of Map Area Pin
RachelSo1-Feb-11 10:24
RachelSo1-Feb-11 10:24 
QuestionHow to hide the extension name of the cgi application? Pin
loveabow30-Jan-11 17:42
loveabow30-Jan-11 17:42 
AnswerRe: How to hide the extension name of the cgi application? Pin
cjoki31-Jan-11 5:05
cjoki31-Jan-11 5:05 
QuestionHow do you get rid of table gaps? [modified] Pin
RachelSo30-Jan-11 12:00
RachelSo30-Jan-11 12:00 
AnswerRe: How do you get rid of table gaps? Pin
Drew Stainton30-Jan-11 13:58
Drew Stainton30-Jan-11 13:58 
GeneralRe: How do you get rid of table gaps? [modified] Pin
RachelSo30-Jan-11 15:17
RachelSo30-Jan-11 15:17 
GeneralRe: How do you get rid of table gaps? Pin
Drew Stainton30-Jan-11 16:56
Drew Stainton30-Jan-11 16:56 
QuestionSerious Site Devlopment Questions Pin
r1reddog29-Jan-11 16:51
r1reddog29-Jan-11 16:51 
AnswerRe: Serious Site Devlopment Questions Pin
Not Active30-Jan-11 6:35
mentorNot Active30-Jan-11 6:35 
GeneralRe: Serious Site Devlopment Questions Pin
cjoki31-Jan-11 5:12
cjoki31-Jan-11 5:12 
GeneralRe: Serious Site Devlopment Questions Pin
Not Active31-Jan-11 10:36
mentorNot Active31-Jan-11 10:36 
AnswerRe: Serious Site Devlopment Questions Pin
Steve Maier2-Feb-11 4:49
professionalSteve Maier2-Feb-11 4:49 
Questionhtml pointing to php Pin
Douglas Kirk26-Jan-11 6:40
Douglas Kirk26-Jan-11 6:40 
AnswerRe: html pointing to php Pin
cjoki26-Jan-11 7:40
cjoki26-Jan-11 7:40 
QuestionConceptShare Pin
Civic0626-Jan-11 3:51
Civic0626-Jan-11 3:51 
QuestionName of the file/form that called / or included an html document. Pin
Douglas Kirk25-Jan-11 9:35
Douglas Kirk25-Jan-11 9:35 
AnswerRe: Name of the file/form that called / or included an html document. Pin
TheGreatAndPowerfulOz25-Jan-11 9:48
TheGreatAndPowerfulOz25-Jan-11 9:48 
GeneralRe: Name of the file/form that called / or included an html document. Pin
Douglas Kirk25-Jan-11 9:50
Douglas Kirk25-Jan-11 9:50 
AnswerRe: Name of the file/form that called / or included an html document. Pin
Gerben Jongerius25-Jan-11 20:00
Gerben Jongerius25-Jan-11 20:00 
You need to keep two things in mind with this. A php include and the server side include don't create a seperate call to the server for the documents you are incuding. So there is no valid 'referrer' when it comes to who included the page.

The PHP include basically copies the content of the included file into the location you include it. So the only way to detect that it came from PHP is to set some kind of variable and check the existence. But this only works if your included file is also a PHP file.

The server side include (SSI) is interpreted by the webserver and included when you sent the page to the browser from the server. So I suppose you could add a GET parameter to determine if it was a SSI include.
QuestionConsole-style home page? Pin
dszarkow25-Jan-11 2:32
dszarkow25-Jan-11 2:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.