RE: [PHP] how do I use php and mysql to print mailing lables

2002-03-04 Thread Cal Evans
onday, March 04, 2002 5:44 AM To: [EMAIL PROTECTED] Subject: [PHP] how do I use php and mysql to print mailing lables Hello and thanks for your help how do I use php and mysql to print mailing lables? I would like to be able to print mailing labels from an mySQL online database using php. Is it pos

Re: [PHP] how do I use php and mysql to print mailing lables

2002-03-04 Thread bvr
Hi, It all depends on what you want. Ofcourse you could output the labels somehow and just print that. For example by generating HTML or PDF. Another option is to connect to MySQL through ODBC and use the data as you would using an MSAccess database.. I don't think there a builtin function

[PHP] how do I use php and mysql to print mailing lables

2002-03-04 Thread Ivan Carey
Hello and thanks for your help how do I use php and mysql to print mailing lables? I would like to be able to print mailing labels from an mySQL online database using php. Is it possible to do this as the same functionality as in an MSAccess offline database? Thanks, Ivan