How do I make my Website load in a standalone mode just like an application?
I wrote an Education Management Web Application with PHP and I'd like it to load mini-mode when called.
Public Comments
- It really depends on your web hosting site and how they handle PHP (IIS, Apache, etc.) Also, PHP is multi-faceted (server-side, cross-platform, HTML embedded scripting language) so when your hosting site sees the PHP statements in the Web page, the server executes the statements and sends the resulting output along with the rest of the HTML. And then there are the conditionals within PHP that give different results depending on the browser being used. So I'd go back to your hosting site, read through their help and tutorials, and maybe contact customer service to find out what their servers will let you do. wwbgd
Powered by Yahoo! Answers