I Want a project using Global.asax file
Linux, Apache, MySQL, PHP
2
Posts
2
Posters
0
Views
1
Watching
-
As mentioned in the above subject please provide me a project using using global.asax file so i can understand the concept of the same. Please do the needfull. Thanks and regards.
-
As mentioned in the above subject please provide me a project using using global.asax file so i can understand the concept of the same. Please do the needfull. Thanks and regards.
Global.asax files are used with ASP.Net applications, not PHP. You should post in that forum instead. PHP applications can do similar things, however, if you do something like: <pre lang="PHP"> There really isn't a direct analog for the global.asax file in php.