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? Quote Link to comment 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 Quote Link to comment 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? ??? Quote Link to comment 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 Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.