Can I issue some instructions with PHP to get a full screen display? When my files open, the display is reduced. How can I force a full screen display? Thanks Michael
Like a browser window? PHP doesn't handle anything server side. In fact, it doesn't even handle how information is ouput. You may need to use another language.
I think you meant to say "PHP doesn't handle anything CLIENT side" The closest PHP can do is to output JavaScript or something and hope that the browser responds to that...
Hahaha yea, you're right! Sorry about that MichealLewis! Javascript handles client side, PHP is purely server side