Re: Mailing Labels from MySQL database on web

2003-05-29 Thread Michael T. Babcock
On Tue, May 27, 2003 at 05:02:47PM -0500, Cal Evans wrote: > 2: BETTER > Use PHP to build a PDF on the server in the proper Avery label format and > then serve it up through the web server. If you get this working, make sure > you share how you did it. Generating postscript from PHP is easy enoug

Re: Mailing Labels from MySQL database on web

2003-05-29 Thread Alex Thurgood
Le mer 28/05/2003 à 14:34, [EMAIL PROTECTED] a écrit : > From: Landy Atkinson <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Mailing Labels from MySQL database on web > Date: 27 May 2003 15:25:20 -0400 > What is the best way to approach this? As a temporary

RE: [My Solution] Re: Mailing Labels from MySQL database on web

2003-05-28 Thread Peter Lovatt
> >- Original Message - >From: "Landy Atkinson" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Tuesday, May 27, 2003 2:25 PM >Subject: Mailing Labels from MySQL database on web > > >> I have a club roster database set up on our web sit

[My Solution] Re: Mailing Labels from MySQL database on web

2003-05-28 Thread Landy Atkinson
Message - From: "Landy Atkinson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 27, 2003 2:25 PM Subject: Mailing Labels from MySQL database on web I have a club roster database set up on our web site in which the underlying data is in a MySQL database.

Re: Mailing Labels from MySQL database on web

2003-05-27 Thread Cal Evans
al Message - From: "Landy Atkinson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 27, 2003 2:25 PM Subject: Mailing Labels from MySQL database on web > I have a club roster database set up on our web site in which the > underlying data is in a MySQL d

Mailing Labels from MySQL database on web

2003-05-27 Thread Landy Atkinson
I have a club roster database set up on our web site in which the underlying data is in a MySQL database. I am using PHP to access the data and display it on a web page as a phone list, e-mail list, directory etc. Now what I need it to give the club secretary a way to print mailing labels. W