|
|
|
ช่วยดูโค๊ดให้หน่อยมันผิดตรงไหนครับ php $handle = printer_open printer_create_pen(PRINTER_PEN_SOLID, |
|
|
|
|
|
|
|
<?php
$handle = printer_open("Kyocera FS-3750");
printer_start_doc($handle, "My Document");
printer_start_page($handle);
$pen = printer_create_pen(PRINTER_PEN_SOLID, 2, "000000");
printer_select_pen($handle, $pen);
$brush = printer_create_brush(PRINTER_BRUSH_SOLID, "2222FF");
printer_select_brush($handle, $brush);
printer_draw_chord($handle, 1, 1, 500, 500, 1, 1, 500, 1);
printer_delete_brush($brush);
printer_delete_pen($pen);
printer_end_page($handle);
printer_end_doc($handle);
printer_close($handle);
?>
จากโค๊ดด้านบนมันฟ้อง error ดังนี้
Fatal error: Call to undefined function: printer_open() in C:\Program Files\Apache Group\Apache2\htdocs\ORK\sc210\sc211_3.php on line 2
ช่วยทีนะครับ
Tag : - - - -
|
|
|
|
|
|
Date :
20 ก.ค. 2549 15:06:11 |
By :
เหนื่อยใจ |
View :
2678 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อาจจะ ใส่ชื่อ ปริ้นเตอร์ ผิดก็ได้นะครับ
|
|
|
|
|
Date :
20 ก.ค. 2549 15:19:23 |
By :
ผู้ไม่ประสงค์นาม |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
undefined function: printer_open() คุณมีฟังก์ชั่นนี้ในโปรแกรมคุณป่ะครับมันถามหา
|
|
|
|
|
Date :
21 ก.ค. 2549 13:35:23 |
By :
Infinity |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|