Click here to Skip to main content
15,899,013 members
Home / Discussions / Web Development
   

Web Development

 
QuestionlastInsertId() always returns ZERO Pin
Jassim Rahma27-Aug-13 11:29
Jassim Rahma27-Aug-13 11:29 
AnswerRe: lastInsertId() always returns ZERO Pin
Jassim Rahma27-Aug-13 11:33
Jassim Rahma27-Aug-13 11:33 
Questionreturn multiple OUT using PDO Pin
Jassim Rahma26-Aug-13 12:42
Jassim Rahma26-Aug-13 12:42 
QuestionPHP or ASP.Net for enterprise Pin
Santhoshpettacode26-Aug-13 4:37
professionalSanthoshpettacode26-Aug-13 4:37 
AnswerRe: PHP or ASP.Net for enterprise Pin
MartyrsCry27-Aug-13 13:11
MartyrsCry27-Aug-13 13:11 
GeneralRe: PHP or ASP.Net for enterprise Pin
Santhoshpettacode27-Aug-13 19:04
professionalSanthoshpettacode27-Aug-13 19:04 
QuestionGlobal file in PHP Pin
Jassim Rahma23-Aug-13 6:38
Jassim Rahma23-Aug-13 6:38 
AnswerRe: Global file in PHP Pin
MartyrsCry27-Aug-13 13:08
MartyrsCry27-Aug-13 13:08 
If you are referring to the global.asx file you find in most ASP.NET projects, then no, PHP doesn't work like the event driven setup that ASP.NET applications are.

When a request comes in for a PHP file, that file is handed to the PHP interpreter which adds in any included files and then parses the file in memory. Just like if you were given a book and you were to read it line by line through the entire book.

It then takes the response generated from interpreting the code and gives it back to the user. It does not fire events as it interprets. So there is no such thing as Application_BeginRequest or Application_Start calls. It just reads the file and generates a response.

Hopefully that is what you mean. Smile | :)
Looking for a programming project? Check out my book at http://www.coderslexicon.com/downloads/the-programmers-idea-book/

Questionoutlook.com-like top menu Pin
Jassim Rahma22-Aug-13 12:40
Jassim Rahma22-Aug-13 12:40 
AnswerRe: outlook.com-like top menu Pin
Richard MacCutchan22-Aug-13 21:16
mveRichard MacCutchan22-Aug-13 21:16 
GeneralRe: outlook.com-like top menu Pin
Jassim Rahma23-Aug-13 5:47
Jassim Rahma23-Aug-13 5:47 
GeneralRe: outlook.com-like top menu Pin
Richard MacCutchan23-Aug-13 6:09
mveRichard MacCutchan23-Aug-13 6:09 
Questiondatepicker always post 1970-01-01 Pin
Jassim Rahma22-Aug-13 12:28
Jassim Rahma22-Aug-13 12:28 
AnswerRe: datepicker always post 1970-01-01 Pin
Richard MacCutchan22-Aug-13 21:10
mveRichard MacCutchan22-Aug-13 21:10 
GeneralRe: datepicker always post 1970-01-01 Pin
Jassim Rahma23-Aug-13 8:10
Jassim Rahma23-Aug-13 8:10 
GeneralRe: datepicker always post 1970-01-01 Pin
Richard MacCutchan23-Aug-13 21:31
mveRichard MacCutchan23-Aug-13 21:31 
QuestionNeed help on making web service reference dynamic Pin
tpatel122-Aug-13 0:34
tpatel122-Aug-13 0:34 
QuestionExtra line in html table base on previous value of row Pin
JR21221-Aug-13 20:17
JR21221-Aug-13 20:17 
QuestionGenerating HTML from within Apex using such Dynamic Visualforce Components? Pin
Aniard21-Aug-13 20:12
professionalAniard21-Aug-13 20:12 
QuestionRe: Generating HTML from within Apex using such Dynamic Visualforce Components? Pin
Aniard24-Aug-13 21:39
professionalAniard24-Aug-13 21:39 
GeneralWCF HTTP 400 Pin
Member 1045459221-Aug-13 3:47
professionalMember 1045459221-Aug-13 3:47 
QuestionUpload dialog on img click in PHP Pin
Jassim Rahma20-Aug-13 12:51
Jassim Rahma20-Aug-13 12:51 
QuestionColumnspan in gridview Pin
captainronohio20-Aug-13 9:50
captainronohio20-Aug-13 9:50 
AnswerRe: Columnspan in gridview Pin
Anurag Gandhi23-Aug-13 7:41
professionalAnurag Gandhi23-Aug-13 7:41 
QuestionWCF Test Client - How to set the Value's dropdownlist Pin
Member 1045459220-Aug-13 5:51
professionalMember 1045459220-Aug-13 5:51 

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.