I am currently developing one too,
If the printer is installed on the machine one can use the printer functions
in PHP.
It like using a normal printer, infact its easier
$handle = printer_open();
printer_write($handle, "Text to print");
printer_close($handle);
so it can be done and i have had succ
thanks a million
"Marek Kilimajer" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> www.php.net/gettext
>
> Dallas Goldswain wrote:
>
> > Hi All,
> >
> > looking throught the source of squirrelmail, I see he calls a function
> >
Hi All,
looking throught the source of squirrelmail, I see he calls a function
_("somevalue")
What is this and where can i get more info about it?
Thanks
--
Dallas Goldswain
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi ,
I have mailed you some code i use to make thumbnails etc.
It only manipulates the image once, then stores a thumb and streams it to
the page when requested
Regards
Dallas Goldswain
Technical Director
Web|Genetics / www.development.co.za
Regards
<[EMAIL PROTECTED]> wrote in messag
4 matches
Mail list logo