abhikerl Posted December 15, 2009 Share Posted December 15, 2009 Is there a way to do print screen in php. When I want exactly is to insert picture in cells of a table then print screen that table so that I can have like a single image. I can't find anyway to do this. Can anyone advise me, please..thanks Link to comment https://forums.phpfreaks.com/topic/185199-print-screen-a-specific-part-on-a-webpage/ Share on other sites More sharing options...
trq Posted December 15, 2009 Share Posted December 15, 2009 Is there a way to do print screen in php. Considering php executes on the server and has no concept of a screen, no. Link to comment https://forums.phpfreaks.com/topic/185199-print-screen-a-specific-part-on-a-webpage/#findComment-977685 Share on other sites More sharing options...
iJoseph Posted December 15, 2009 Share Posted December 15, 2009 Why don't you just print screen as normal and crop that? Link to comment https://forums.phpfreaks.com/topic/185199-print-screen-a-specific-part-on-a-webpage/#findComment-977887 Share on other sites More sharing options...
abhikerl Posted December 22, 2009 Author Share Posted December 22, 2009 What to you suggest? I need to have a system like this. Link to comment https://forums.phpfreaks.com/topic/185199-print-screen-a-specific-part-on-a-webpage/#findComment-982236 Share on other sites More sharing options...
Deoctor Posted December 22, 2009 Share Posted December 22, 2009 Is there a way to do print screen in php. Considering php executes on the server and has no concept of a screen, no. what thrope meant is that php is a server side programming so it will get anything from the cilent side.. u need to use a javascript for screenshot to happen. Link to comment https://forums.phpfreaks.com/topic/185199-print-screen-a-specific-part-on-a-webpage/#findComment-982251 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.