RE: [PHP-DB] report style printing

2001-07-27 Thread Miles Thompson
and most programs which manipulate data >>will accept a CSV file as input, and then manipulate it in different ways >>from there... >> >>hope something in there helps >> >>Beau >> >>// -Original Message- >>// From: [EMAIL PROTECTED]

Re: [PHP-DB] report style printing

2001-07-27 Thread leo g. divinagracia iii
> > At 10:02 AM 7/26/01 +0700, Sommai Fongnamthip wrote: > >Hi, > > When I retrieve data to display on web with PHP, it can print out > > from web in Browser Stlye. How could we have some PHP code to retrieve > > current display data into PC and print it with some Custom Report Style? >

RE: [PHP-DB] report style printing

2001-07-26 Thread Sommai Fongnamthip
: [EMAIL PROTECTED] >// [mailto:[EMAIL PROTECTED]] >// Sent: Thursday, 26 July 2001 9:53 PM >// To: Sommai Fongnamthip; [EMAIL PROTECTED] >// Subject: Re: [PHP-DB] report style printing >// >// >// >// I'm confused - what do you mean? When you use the terms >//

RE: [PHP-DB] report style printing

2001-07-26 Thread Beau Lebens
// From: [EMAIL PROTECTED] // [mailto:[EMAIL PROTECTED]] // Sent: Thursday, 26 July 2001 9:53 PM // To: Sommai Fongnamthip; [EMAIL PROTECTED] // Subject: Re: [PHP-DB] report style printing // // // // I'm confused - what do you mean? When you use the terms // "Browser Style"

Re: [PHP-DB] report style printing

2001-07-26 Thread Miles Thompson
I'm confused - what do you mean? When you use the terms "Browser Style" and "Custom Report Style" are you referring to style sheets, a property of a particular browser, or what? If style sheets, keep in mind that different browsers react in unique ways to style sheets. As I understand PHP yo