RE: [PHP] Including files and functions

2002-09-06 Thread Jay Blanchard
[snip] I have A LOT of files that are already made, but does now Want to make a printerfriendly version of every file, but Ran into some problems How can i solve this without have to change every READILE.HTM files ?? [/snip] If I understand you have a look at CSS on http://www.w3c.org. HTH! Ja

[PHP] Including files and functions

2002-09-06 Thread Bård Tommy Nilsen
Hello I have A LOT of files that are already made, but does now Want to make a printerfriendly version of every file, but Ran into some problems How can i solve this without have to change every READILE.HTM files ?? FILE 'DEFAULT.HTM' if (eregi ("PRINT.HTM", $PHP_SELF)) { exit; } HERE I