Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

delete header on print

 
   Database Forums (Home) -> PHP SQL RSS
Next:  hiii  
Author Message
Atlas informatique

External


Since: Jan 27, 2008
Posts: 2



(Msg. 1) Posted: Sun Jan 27, 2008 5:01 pm
Post subject: delete header on print
Archived from groups: alt>php>sql (more info?)

Hi,
I have a php script that create html page. that I have to print.
I want to know how to delete header and footer on print.
Can you help me
Thank.

 >> Stay informed about: delete header on print 
Back to top
Login to vote
Captain Paralytic

External


Since: Apr 23, 2007
Posts: 89



(Msg. 2) Posted: Mon Jan 28, 2008 4:21 am
Post subject: Re: delete header on print [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 27 Jan, 20:00, "Atlas informatique"
wrote:
> Hi,
> I have a php script that create html page. that I have to print.
> I want to know how to delete header and footer on print.
> Can you help me
> Thank.

Headers and Footers on printing are related to the browser and the
operating system.

Nothing to do with php or SQL I'm afraid.

 >> Stay informed about: delete header on print 
Back to top
Login to vote
Geoff

External


Since: Jan 07, 2008
Posts: 2



(Msg. 3) Posted: Wed Jan 30, 2008 1:37 pm
Post subject: Re: delete header on print [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Atlas informatique wrote:
> Hi,
> I have a php script that create html page. that I have to print.
> I want to know how to delete header and footer on print.
> Can you help me
> Thank.
>

use CSS to do this
like this: (sorry might wrap)

<link rel="stylesheet" href="screen.css" type="text/css" media="screen" />

<link rel="stylesheet" href="print.css" type="text/css" media="print" />
 >> Stay informed about: delete header on print 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Phpmyadmin instalation - Cannot modify header information - Hello! I was instaling a small web service for a friend (on his computer, only remote ssh access). I managed to set up apache2 with php support and mysql running as well (we had few problems with that, since slackware instalator did not changed..

delete from database - I have code that does not delete from a database. The same code (cut an paste in the same file, but different function and having a different query) works. So, of course, I tested the query interactively. I echoed the query and did a cut and paste....

mysql DELETE syntax on 3.23.58 - Hi i can INSERT and UPDATE but DELETE is not working $sql = "DELETE FROM table WHERE ID='$ID'"; $sql_result = mysql_query($sql,$connection) or die ("Couldn't execute Delete of row $ID."); $ID is the primary key and i want to delete...

Mysql table rows delete HELP - Hy, Sorry for my terreble english I have this simple code for deleting rows in mysql table... Everything works fine with it. So, what do i wanna do...: my sql table looks something like this: id Name Surname pictr0 picrt1 pictr2....

delete record from DB on users selected end date - Hello, I am trying to delete a record from my table when a php page is executed I have various fields that are entered into a form, the two im guessing which I need to use in my query are $date (automatically generated from server) and an $endate..
   Database Forums (Home) -> PHP SQL All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]