Full Window?

Discussion in 'PHP' started by MichaelLewis, Apr 23, 2008.

  1. #1
    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
     
    MichaelLewis, Apr 23, 2008 IP
  2. Louis11

    Louis11 Active Member

    Messages:
    783
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    70
    #2
    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.
     
    Louis11, Apr 23, 2008 IP
  3. TwistMyArm

    TwistMyArm Peon

    Messages:
    931
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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...
     
    TwistMyArm, Apr 23, 2008 IP
  4. Louis11

    Louis11 Active Member

    Messages:
    783
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    70
    #4
    Hahaha yea, you're right! Sorry about that MichealLewis! Javascript handles client side, PHP is purely server side :)
     
    Louis11, Apr 23, 2008 IP