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

2002-03-04 Thread Cal Evans
Personally, I'm leaning towards generating a PDF, displaying that for the user and letting them click the print button. =C= * * Cal Evans * Journeyman Programmer * Techno-Mage * http://www.calevans.com * -Original Message- From: Ivan Carey [mailto:[EMAIL PROTECTED]] Sent: Monday, March

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