[PHP] Re: PHP POS program

2003-07-16 Thread Dallas Goldswain
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

Re: [PHP] PHP Lang question

2003-07-11 Thread Dallas Goldswain
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 > >

[PHP] PHP Lang question

2003-07-11 Thread Dallas Goldswain
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

Re: [PHP] thumbnails

2003-05-29 Thread Dallas Goldswain
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