jbrill Posted July 20, 2007 Share Posted July 20, 2007 i have a dynamic php that is generated from the database. i need to print this page but the problem im running into is that it is displaying all the header/footer info. such as the page address, page number etc. how can i remove these by default through code? Link to comment https://forums.phpfreaks.com/topic/60888-easy-questionre-printing/ Share on other sites More sharing options...
benjaminbeazy Posted July 20, 2007 Share Posted July 20, 2007 those are browser related settings, cannot be modified by php Link to comment https://forums.phpfreaks.com/topic/60888-easy-questionre-printing/#findComment-302983 Share on other sites More sharing options...
jbrill Posted July 20, 2007 Author Share Posted July 20, 2007 there is no other way around it? ??? Link to comment https://forums.phpfreaks.com/topic/60888-easy-questionre-printing/#findComment-302990 Share on other sites More sharing options...
benjaminbeazy Posted July 20, 2007 Share Posted July 20, 2007 not with php, php can only modify html and cannot interact with other aspects of the client's machine, you might find something using javacript, i dunno Link to comment https://forums.phpfreaks.com/topic/60888-easy-questionre-printing/#findComment-302993 Share on other sites More sharing options...
TheFilmGod Posted July 20, 2007 Share Posted July 20, 2007 not with php, php can only modify html and cannot interact with other aspects of the client's machine, you might find something using javacript, i dunno Thats absolutely correct. PHP will not do it. You might be able to use php in the sense to trigger some variable to happen and have javascript to then take over. I'm not a javascript expert. What you are dealing with is client side programming not server side programming. PHP is severside. Link to comment https://forums.phpfreaks.com/topic/60888-easy-questionre-printing/#findComment-303016 Share on other sites More sharing options...
benjaminbeazy Posted July 20, 2007 Share Posted July 20, 2007 not with php, php can only modify html and cannot interact with other aspects of the client's machine, you might find something using javacript, i dunno Thats absolutely correct. PHP will not do it. You might be able to use php in the sense to trigger some variable to happen and have javascript to then take over. I'm not a javascript expert. What you are dealing with is client side programming not server side programming. PHP is severside. I know. I am always absolutely correct. I am infallible. Link to comment https://forums.phpfreaks.com/topic/60888-easy-questionre-printing/#findComment-303021 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.