alexville Posted February 24, 2007 Share Posted February 24, 2007 Hello, This is an easy question but I forget how to set the size of the page using php. I only want it to be 200 px by 300 px. Link to comment https://forums.phpfreaks.com/topic/39910-solved-how-to-set-the-size-of-page-in-php/ Share on other sites More sharing options...
JBS103 Posted February 24, 2007 Share Posted February 24, 2007 If you are talking about the size of the actual browser window you will want to use Javascript. If you are talking about the actual content in the window, then you might consider CSS. If you are talking about Images, then you would use PHP, but otherwise, not really. Link to comment https://forums.phpfreaks.com/topic/39910-solved-how-to-set-the-size-of-page-in-php/#findComment-192918 Share on other sites More sharing options...
alexville Posted February 24, 2007 Author Share Posted February 24, 2007 Yes, i would like to use javascript. Can you point me to a script that can do it for me? Link to comment https://forums.phpfreaks.com/topic/39910-solved-how-to-set-the-size-of-page-in-php/#findComment-192923 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.