[PHP-DB] Print

2004-09-09 Thread Ng Hwee Hwee
Hi, I have a pressing problem with regards to printing. My situation is as follows: 1) I have a form in a table format with the following headers: | No. | Date | Contents | Remarks | 2) the fields under "Contents" and "Remarks" are textareas to allow users to type as much as they want. 3) af

RE: [PHP-DB] Print Query

2003-07-18 Thread Ryan Marks
rma Ramirez - TECNOSOFT [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2003 8:13 AM To: lista php Subject: [PHP-DB] Print Query I´have a complex report from mysql via php whits css, frames etc... Someone know a script to make a printable versión of this? Thank´s Norma Ramirez -- PHP Database M

[PHP-DB] Print Query

2003-07-18 Thread Norma Ramirez - TECNOSOFT
I´have a complex report from mysql via php whits css, frames etc... Someone know a script to make a printable versión of this? Thank´s Norma Ramirez

Re: [PHP-DB] print table truncated

2003-03-31 Thread rob . koch
Dan, It is more of a HTML-related question: Need to change the table width in percentage (%) rather than just numbers. HTH, -rob "Dan Liu" <[EMAIL PROTECTED]> 03/31/2003 01:17 PM To: <<[EMAIL PROTECTED]> cc: Subject:[PHP-

[PHP-DB] print table truncated

2003-03-31 Thread Dan Liu
Hi, I havea question about printing.When the table in HTML page is too big and I print the page,part of the table got truncated.Is there a way to print the web page without truncation? Thanks in advance. Dan -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.

Re: [PHP-DB] print

2003-02-03 Thread Mark
It IS following your \n, but HTML doesn't know what a newline is. Do a vbiew source and you'll see that it's got line breaks. You need to use or tags so that *HTML* knows what you want from it. As for property_type, print_r($row) in the while statement to see what's coming out of the db. ---

[PHP-DB] print

2003-02-02 Thread Addison Ellis
hi, i still am having a problem. can you see what is wrong with what i've got. and... thank you. best regards, addison ellis this is what is printing: 2Bedroom/2Bath great From Campus Available imm 500.00 Contact: 321-1791 it is not printing the property_type and it is not following my \n com

Re: [PHP-DB] print

2003-02-02 Thread Maxim Maletsky
with php: echo $result['field_number_of_bedrooms'] . " Bedrooms"; wih SQL: SELECT CONCAT(field_number_of_bedrooms, ' Bedrooms') as field_number_of_bedrooms from table; echo $result['field_number_of_bedrooms']; -- Maxim Maletsky [EMAIL PROTECTED] On Sun, 2 Feb 2003 12:46:16 -0600 Addison E

[PHP-DB] print resolved- thank you

2003-02-02 Thread Addison Ellis
hello, i have a form someone fills out, say with the field # of bedrooms. they submit. data goes into db. how can i get the # of bedrooms to print "4 Bedrooms" instead of just "4"? thank you, addison -- Addison Ellis small independent publishing co. 114 B 29th Avenue North Nashville, TN 37203 (6

[PHP-DB] print

2003-02-02 Thread Addison Ellis
hello, i have a form someone fills out, say with the field # of bedrooms. they submit. data goes into db. how can i get the # of bedrooms to print "4 Bedrooms" instead of just "4"? thank you, addison -- Addison Ellis small independent publishing co. 114 B 29th Avenue North Nashville, TN 37203 (6

RE: [PHP-DB] print new account name on new account page?

2003-01-18 Thread Cal Evans
L PROTECTED] Subject: [PHP-DB] print new account name on new account page? hello, i have a form someone fills out. on submit it takes them to a new accounts page that say welcome new member. how can i get their name to print on the new page from the form they just filled out? i have been

[PHP-DB] print new account name on new account page?

2003-01-18 Thread Addison Ellis
hello, i have a form someone fills out. on submit it takes them to a new accounts page that say welcome new member. how can i get their name to print on the new page from the form they just filled out? i have been trying the following but it keeps giving me error messages regardless of how i m

[PHP-DB] Re: Re:Re: [PHP-DB] Print data

2002-10-24 Thread Richard Allsebrook
; thanks > > > > > > > From: "1LT John W. Holmes" <[EMAIL PROTECTED]> > > Date: 2002/10/23 Wed PM 02:20:35 GMT+03:00 > > To: José Moreira <[EMAIL PROTECTED]>, > >"Php Windows" <[EMAIL PROTECTED]>, "Php-Db"

[PHP-DB] Re:Re: [PHP-DB] Print data

2002-10-23 Thread xde7ori
... thanks > > From: "1LT John W. Holmes" <[EMAIL PROTECTED]> > Date: 2002/10/23 Wed PM 02:20:35 GMT+03:00 > To: José Moreira <[EMAIL PROTECTED]>, >"Php Windows" <[EMAIL PROTECTED]>, "Php-Db" <[EMAIL PROTECTED]> > Su

Re: [PHP-DB] Print data

2002-10-23 Thread 1LT John W. Holmes
> hello, at my company we have several network printers and i was was > wondering if it's possible to print directly to them using PHP, instead > of showing on the screen or both ... > to gain more control on what is printed, because of the nasty browsers > header and footer ... whom i now how to r

Re: [PHP-DB] Print data

2002-10-23 Thread Jeffrey_N_Dyke
cc: 10/23/2002 Subject: [PHP-DB] Print data

[PHP-DB] Print data

2002-10-23 Thread José Moreira
hello, at my company we have several network printers and i was was wondering if it's possible to print directly to them using PHP, instead of showing on the screen or both ... to gain more control on what is printed, because of the nasty browsers header and footer ... whom i now how to remove ...