Does anyone have a simple example of using the sapi/embed option from an
external c or c++ program, including compiling/linking?
TIA
Mark
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I'm trying to output HP PCL commeands using the printer_write command.
For example:
$str=sprintf("\033&d0D"); // Underline Text
$str.="Text to print";
$str.=sprintf("\033cE"); // Reset printer
$handle = printer_open('DOMAIN\\PSERVER');
printer_write($handle,$str);
printer_close($handle);
The
Does anyone have examples of using DTD's with the xml_parse functions?
Regards
Mark
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
Is it possible to specify an alternate SMTP host for use with imap_mail? Is
this what the rpath parameter is for? If so, what would the syntax be.
Thanks
Mark
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PRO
4 matches
Mail list logo