[PHP] Stricter Error Checking?

2009-09-23 Thread Tim Legg
Hello, I just spent way, way to much time trying to debug code due to a misnamed element. Here is a simplified example of the problem I dealt with. $test = "SELECT * FROM `Materials` WHERE `Part_Number` = '125664'"; $result = mysql_query($test,$handle); if(!$result)

Re: [PHP] Direct output to printer

2001-04-05 Thread Tim Legg-Bagg
Thank you folks for your speed of light answer. I must get some new specs, I spent a long time searching through Greenspan and Bulgers book for that. No problem finding it now.. The output to printer problem can now be rested Thanks again I owe you one Tim LB ""Knut H. Hassel Nielsen"" <[EMAI

[PHP] Direct output to printer

2001-04-05 Thread Tim Legg-Bagg
7;s LENGTH function be used. 2 This is causing me grief: I want to be able to send a text file directly to the printer without first displaying it and going through the print dialog. Your help will be much appreciated. TIA Tim Legg-Bagg