[PHP-WIN] php_printer

2004-07-13 Thread claudio
Can someone help me find a copy of the extension of php_printer.dll preferably for the latest version of PHP but I will not be picky I have installed 4.3.2 on my win2k server and if I have to upgrade well that's great. Thanks in advance. -- Using Opera's revolutionary e-mail client: http://www

[PHP-WIN] Re: Creating files with PHP - need help

2002-10-09 Thread Claudio Bustos
I think the best you can do is retrieve the path of your script and add to your desired filepath, with something like $file=dirname($PHP_SELF)."nef/articles/54.txt"; and continue. In article <[EMAIL PROTECTED]>, you say... > Hi NG. > > I'm having problems creating files at a certain location

[PHP-WIN] Re: Apache 1.3.x PHP module and php.ini precedence

2002-10-09 Thread Claudio Bustos
7;ve got numerous php.ini files sitting outside my "PHP" setup and when > Apache is launched it's picking up one that doesn't seem to be in the > "path" that I would expect PHP to look. > -- Claudio Bustos Psicólogo Chile -- PHP Windows Mailing List

[PHP-WIN] is_integer()

2002-03-21 Thread Claudio Fedel
Hi there, I have to check if a variable in querystring is integer or not. I tried is_integer($varname) but it doesn't return anything.. The value of variable in querystring is 3 any idea?

[PHP-WIN] mysql_fetch_object() error

2002-03-05 Thread Claudio Fedel
Hi there, I have a strange (for me) problem with a php script running on win2k and apache. I have to query a MySQL db. I use a database abstraction class. When I call the method query or connect or fetch_array everything works fine. When I try to use the fetch_object method, I get the following