Re: Print preview in php [message #174228 is a reply to message #174226] |
Sat, 28 May 2011 01:24 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 5/27/2011 5:48 PM, Co wrote:
> Hi All,
>
> I was wondering if someone can help me with a code to preview part of
> a php page
> and eventually print it.
> I don't want to print all of the page with images etc, just the data
> within a certain area of the page.
>
> Anyone know if this is possible?
>
> Regards
> Marco
From a web page? Not possible. PHP runs on the server and has nothing
to do with page layout (that's HTML/CSS). Print preview runs on the
client and is dependent on client settings, of which PHP has no knowledge.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|