Re: [PHP-WIN] Re: Test.php loads, but nothing in Browser

2006-01-26 Thread Sean Rowe
Did you name your script with a .php extension? Also, did you configure http.conf to recognize php files? You have to set up the different file types. Check the install file for how to do that. It gives the instructions verbatim. sean On Thu, 2006-01-26 at 18:15 -0800, Howard wrote: > Error R

RE: [PHP-WIN] Re: If code not working?

2006-01-04 Thread Sean Rowe
Just curious as to why the 0 is at the end of the 'if' statement? 0 is never true, so I guess I don't see the point? -Original Message- From: El Bekko [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 04, 2006 12:21 PM To: php-windows@lists.php.net Subject: [PHP-WIN] Re: If code not wor

Re: [PHP-WIN] php classes

2005-08-12 Thread Sean Rowe
You should make sure that $link is not null. the call to 'new BdConnect()' is apparently not returning an object. The culprit is in your BdConnect class Marcos Nagamura wrote: Hi, sorry about the off-topic. With the following piece of code $link = new BdConnect(); $link->queryID = $link-

[PHP-WIN] Re: problem with printing to a usb printer using php_printer.dll

2005-06-29 Thread Sean Rowe
if no one knows the answer to this, do you at least know where i should go to find it? i'm in a bit of a bind here, and i'm willing to figure it out on my own. if anyone knows where i can start, i would really appreciate it. thanks. sean rowe Sean Rowe wrote: I have been try

[PHP-WIN] problem with printing to a usb printer using php_printer.dll

2005-06-28 Thread Sean Rowe
computers running IIS and Apache with the same results. I tried it from the command line too, with the same results. I'm about to lose my mind. This code works fine if I use a non-usb printer. Any ideas? Sean Rowe -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: