PHP从字符串中打印出特定的html内容

时间:2015-10-27 06:15:20

标签: php html string printing

嗨我有一个包含html内容的字符串。我需要从打印机打印出来。

例如,我的字符串是;

$string =" 
<html>
<head>
<style type='text/css'>
 //CSS COMES HERE
</style>
</head>
<body>
Hello world
</body>
</html>";

我需要打印字符串输出。例如;

Printer.Print(echo '$string');

//没有这样的命令我只想解释我想做什么。

0 个答案:

没有答案