|
Posted by Sean on 04/17/07 09:01
"FredBear" <ThisIsNotMyAddress@Yahoo.com> wrote in message
news:13290j3c18spc85@corp.supernews.com...
>I am just coming to grips with php, Dreamweaver and MySQL and I want to
>make a facility available for the members of the group I am creating my web
>site for. I want them to be able to print-out a list of address labels,
>using standard Avery labels, on their home PC's using the data from my
>MySQL tables. I am not yet sufficiently au fait with php to manage to code
>it myself so I wondered if anybody knew of any Dreamweaver extensions,
>add-ins or tutorials which would do the trick. I have had a good look at
>what is on the web but I can't find very much about it.
>
> Any ideas?
> --
>
>
> (\__/)
> (='.'=)
> (")_(")
>
Presumably you just need to create a HTML table to match the dimensions of
the labels, that can then be printed...... as you can specify the column
widths and row heights in cm this should be fairly easy to construct.
Adding code in PHP to create this on the fly from a database would also be
fairly easy, as you are only looping through a recordset to insert the data
into the cells of the table.
[Back to original message]
|