Yes, I think we all deserve at least one Mulligan on Mondays.
On Jan 9, 2006, at 1:43 PM, John Nichel wrote:
Jay Blanchard wrote:
[snip]
Ah, but then it would be a CSS question, and not a PHP one. ;)
[/snip]
Touche'! But then we wouldn't be kinder and gentler
We'd have an excuse...it i
I am drawing a blank on how to go about doing this for some reason.
I have a page that pulls info from a database, and I want to have a
version for viewing, and a version fro printing. Since the data is
dynamic, I need to keep the data, but be able to switch the
stylesheet. Can someone give me
Jay Blanchard wrote:
[snip]
Ah, but then it would be a CSS question, and not a PHP one. ;)
[/snip]
Touche'! But then we wouldn't be kinder and gentler
We'd have an excuse...it is Monday afterall.
OP : A print css sheet would save you another trip to the server.
--
John C. Nichel IV
Pro
[snip]
Ah, but then it would be a CSS question, and not a PHP one. ;)
[/snip]
Touche'! But then we wouldn't be kinder and gentler
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Jay Blanchard wrote:
[snip]
Because I wasn't sure the best way to pass the information to a
separate page. What John has is different than the direction I was
thinking, but will work.
[/snip]
A print stylesheet requires no IF statement. When you print it, it prints
according to the print st
[snip]
Because I wasn't sure the best way to pass the information to a
separate page. What John has is different than the direction I was
thinking, but will work.
[/snip]
A print stylesheet requires no IF statement. When you print it, it prints
according to the print stylesheet.
--
PHP Gener
Thanks. This is perfect.
On Jan 9, 2006, at 12:07 PM, John Nichel wrote:
Mike Tuller wrote:
I am drawing a blank on how to go about doing this for some
reason. I have a page that pulls info from a database, and I want
to have a version for viewing, and a version fro printing. Since
the
Because I wasn't sure the best way to pass the information to a
separate page. What John has is different than the direction I was
thinking, but will work.
On Jan 9, 2006, at 12:17 PM, Jay Blanchard wrote:
[snip]
Why don't you make a prit.php file that handles all the dynamic
content and
[snip]
Why don't you make a prit.php file that handles all the dynamic content and
displays it with the CSS file you want.
[/snip]
Using a print stylesheet prevents a round trip to the server for the data.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.ne
Why don't you make a prit.php file that handles all the dynamic content and
displays it with the CSS file you want.
jay
-Original Message-
From: Mike Tuller [mailto:[EMAIL PROTECTED]
Sent: Mon 1/9/2006 11:58 AM
To: php list
Subject: [PHP] CSS Switching
I am drawing a blank on how to g
Mike Tuller wrote:
I am drawing a blank on how to go about doing this for some reason. I
have a page that pulls info from a database, and I want to have a
version for viewing, and a version fro printing. Since the data is
dynamic, I need to keep the data, but be able to switch the styleshee
http://www.alistapart.com/articles/phpswitch/
or
http://www.alistapart.com/articles/alternate/
maybees
-dg
On Jan 9, 2006, at 10:58 AM, Mike Tuller wrote:
I am drawing a blank on how to go about doing this for some reason.
I have a page that pulls info from a database, and I want to have a
[snip]
I am drawing a blank on how to go about doing this for some reason. I
have a page that pulls info from a database, and I want to have a
version for viewing, and a version fro printing. Since the data is
dynamic, I need to keep the data, but be able to switch the
stylesheet. Can someo
13 matches
Mail list logo