Forum Webscript.Ru
Программирование => PHP => Тема начата: от 10 Июня 2002, 12:38:30
-
Hello there
i wrote the form\'s script , and when it is submitted datas go to the mysql database, at the same time i need to have the prinetd verion of that filled form. how can i manage to get printed (on the paper) vesrion also in php.
-
Tere is no printers attached to web-servers, so PHP do not handle printers.
Only thing you can do is perform some system comand via exec() function and pass form data to its input.