从网站打印Avery标签 [英] Printing Avery Labels from a web site

查看:62
本文介绍了从网站打印Avery标签的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚开始处理php,Dreamweaver和MySQL,我想为我正在创建我的网站的小组成员提供

a设施

对于。我希望他们能够使用我的MySQL中的数据在家用电脑上使用

标准Avery标签打印出地址标签列表

表。我还没有充分利用php来管理代码它我自己想知道是否有人知道任何Dreamweaver扩展,加载项

或教程会做什么诀窍。我已经很好地了解了网上的内容,但是我找不到很多关于它的信息。


有什么想法?

-

(\ __ /)

(=''。''=)

(") _(")

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?
--
(\__/)
(=''.''=)
(")_(")

推荐答案



" FredBear" < Th **************** @ Yahoo.comwrote in message

news:13 ************* @ corp.supernews.com ...

"FredBear" <Th****************@Yahoo.comwrote in message
news:13*************@corp.supernews.com...

>我刚刚开始掌握php,Dreamweaver和MySQL,我想提供一个设施对于小组成员我正在创建我的网站
。我希望他们能够使用我的家用电脑上的标准Avery标签打印出地址标签列表,使用我的
MySQL表格中的数据。我自己还没有充分利用php来管理自己的代码,所以我想知道是否有人知道任何Dreamweaver扩展,
加载项或教程可以做到这一点。我已经好好看看网上有什么,但我找不到它。


有什么想法吗?

-


(\ __ /)

(=''。''=)

(") _(")
>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?
--
(\__/)
(=''.''=)
(")_(")



大概你只需要创建一个HTML表来匹配

标签的尺寸,然后就可以了打印......因为您可以指定列

宽度和行高(cm),这应该相当容易构建。


添加代码PHP从数据库中即时创建这个也很简单,因为你只是通过一个记录集循环将数据插入到表格的单元格中。

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.


继续Sean的消息。 。 。
Following on from Sean''s message. . .

>
大概你只需要创建一个HTML表来匹配标签的尺寸,然后可以打印出来。 ....因为你可以指定列的宽度和行高(cm),这应该很容易构建。
>
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.



答案错误。


使用PDF


-

PETER FOX自粘合剂公司解散以来不一样
pe ****** @ eminent.demon.co.uk.not.this.bit.no.html

2 Tees Close,Witham,Essex 。

埃塞克斯的重力啤酒< http://www.eminent.demon.co.uk>

Is the wrong answer.

Use PDF

--
PETER FOX Not the same since the adhesive company came unstuck
pe******@eminent.demon.co.uk.not.this.bit.no.html
2 Tees Close, Witham, Essex.
Gravity beer in Essex <http://www.eminent.demon.co.uk>




Peter Fox < pe ****** @ eminent.demon.co.uk.not.this.bit.no.html写在

消息新闻:gO ********* ***** @ eminent.demon.co.uk ...

"Peter Fox" <pe******@eminent.demon.co.uk.not.this.bit.no.html wrote in
message news:gO**************@eminent.demon.co.uk...

继续Sean的消息。 。 。
Following on from Sean''s message. . .

>>
大概你只需要创建一个HTML表来匹配标签的尺寸,然后可以打印......因为您可以指定列宽度和行高(cm),这应该相当容易构建。
>>
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.



答案错误。


使用PDF


-

PETER FOX自粘合剂公司解散以来不一样
pe ****** @ eminent.demon.co.uk.not.this.bit.no.html

2 Tees Close,Witham,Essex 。

埃塞克斯的重力啤酒< http://www.eminent.demon.co.uk>

Is the wrong answer.

Use PDF

--
PETER FOX Not the same since the adhesive company came unstuck
pe******@eminent.demon.co.uk.not.this.bit.no.html
2 Tees Close, Witham, Essex.
Gravity beer in Essex <http://www.eminent.demon.co.uk>



错了? ......怎么样?


PDF是HTML的替代品,我同意......甚至会承认

它是更好的选择,如果该人可以找到(或被给予)相应的

代码示例来完成任务,但HTML不会错误,

特别是如果他完成

工作所需的编码新手。

Wrong? ... How?

PDF is an alternative to HTML, I would agree ... and would even concede that
it''s a better alternative, IF the guy can find (or be given) the appropriate
code examples to complete the task, but HTML wouldn''t be "wrong",
particularly if he''s new to the coding that it would take to complete the
job.


这篇关于从网站打印Avery标签的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆