Re: [PHP] opening .Z archive with gzopen

2006-03-26 Thread nicolas figaro
Chris a écrit : nicolas figaro wrote: Hi I'm using php 4.3.11 on linux RH9. I'd like to open a .Z archive with gzopen. I looked at the options of gzopen, but I'm not sure there is a way to specify the compression used by compress/uncompress. Has anyone ever tried and done this yet ? (withou

Re: [PHP] mysql_fecth_array() and function call as parameter

2006-03-26 Thread Chris
Paul Goepfert wrote: I placed the echo statements in my code and I found out that my query was empty. I also went a step further and tested if I was getting the correct outputs from the queries that initially do at the beginning of the method. Instead of getting an output like "March" I got an

Re: [PHP] mysql_fecth_array() and function call as parameter

2006-03-26 Thread Paul Goepfert
I placed the echo statements in my code and I found out that my query was empty. I also went a step further and tested if I was getting the correct outputs from the queries that initially do at the beginning of the method. Instead of getting an output like "March" I got an output that says "Resou

Re: [PHP] mysql_fecth_array() and function call as parameter

2006-03-26 Thread Chris
Paul Goepfert wrote: Hi all, I have wriiten a function that determines whether tomorrows date is the first of the month or not then returns a SQL string based on whether its the first of the month or not. According to my apache error logs I get an error that says: [Sun Mar 26 21:43:14 2006] [e

[PHP] mysql_fecth_array() and function call as parameter

2006-03-26 Thread Paul Goepfert
Hi all, I have wriiten a function that determines whether tomorrows date is the first of the month or not then returns a SQL string based on whether its the first of the month or not. According to my apache error logs I get an error that says: [Sun Mar 26 21:43:14 2006] [error] [client 192.168.0

[PHP] array_search function bugged update errata

2006-03-26 Thread je killen
sorry all for the mistake in the code; in this line 'array $input' should be string $input. function word_wise(array $input, int $what) //returns an array so it reads function word_wise(string $input, int $what) //returns an array this should be the only mistake. I added this stuff as an afterthou

[PHP] array_search function bugged? update

2006-03-26 Thread je killen
Hi all Here is an update on my problem reported with the array_search function. to those who directed me to the bug report page, thanks. There are a number of reports specific to this function. Maybe event someone else has written a fix. here is my solution to my problem. The following code* was

Re: [PHP] Problem with app, condition not working.

2006-03-26 Thread PHP Mailer
Chris skrev: PHP Mailer wrote: Chris skrev: PHP Mailer wrote: Chris skrev: PHP Mailer wrote: Hey guys got a problem with an app i'm working on. App: An app to track visitors and hosts visiting certain pages in a website. Situation: the app is to populate a table (db) with IP numbers wh

Re: [PHP] Problem with app, condition not working.

2006-03-26 Thread Chris
PHP Mailer wrote: Chris skrev: PHP Mailer wrote: Chris skrev: PHP Mailer wrote: Hey guys got a problem with an app i'm working on. App: An app to track visitors and hosts visiting certain pages in a website. Situation: the app is to populate a table (db) with IP numbers which are to be

Re: [PHP] Problem with app, condition not working.

2006-03-26 Thread PHP Mailer
Chris skrev: PHP Mailer wrote: Chris skrev: PHP Mailer wrote: Hey guys got a problem with an app i'm working on. App: An app to track visitors and hosts visiting certain pages in a website. Situation: the app is to populate a table (db) with IP numbers which are to be concidered as filtere

Re: [PHP] Problem with app, condition not working.

2006-03-26 Thread Chris
PHP Mailer wrote: Chris skrev: PHP Mailer wrote: Hey guys got a problem with an app i'm working on. App: An app to track visitors and hosts visiting certain pages in a website. Situation: the app is to populate a table (db) with IP numbers which are to be concidered as filtered/excluded in

Re: [PHP] Problem with app, condition not working.

2006-03-26 Thread PHP Mailer
Chris skrev: PHP Mailer wrote: Chris skrev: PHP Mailer wrote: Hey guys got a problem with an app i'm working on. App: An app to track visitors and hosts visiting certain pages in a website. Situation: the app is to populate a table (db) with IP numbers which are to be concidered as filtere

Re: [PHP] Problem with app, condition not working.

2006-03-26 Thread Chris
PHP Mailer wrote: Chris skrev: PHP Mailer wrote: Hey guys got a problem with an app i'm working on. App: An app to track visitors and hosts visiting certain pages in a website. Situation: the app is to populate a table (db) with IP numbers which are to be concidered as filtered/excluded in

[PHP] Err wrong reply addr

2006-03-26 Thread PHP Mailer
Sorry guys -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] opening .Z archive with gzopen

2006-03-26 Thread PHP Mailer
Chris skrev: nicolas figaro wrote: Hi I'm using php 4.3.11 on linux RH9. I'd like to open a .Z archive with gzopen. I looked at the options of gzopen, but I'm not sure there is a way to specify the compression used by compress/uncompress. Has anyone ever tried and done this yet ? (without a

Re: [PHP] opening .Z archive with gzopen

2006-03-26 Thread Chris
nicolas figaro wrote: Hi I'm using php 4.3.11 on linux RH9. I'd like to open a .Z archive with gzopen. I looked at the options of gzopen, but I'm not sure there is a way to specify the compression used by compress/uncompress. Has anyone ever tried and done this yet ? (without a system("uncom

Re: [PHP] Problem with app, condition not working.

2006-03-26 Thread PHP Mailer
Chris skrev: PHP Mailer wrote: Hey guys got a problem with an app i'm working on. App: An app to track visitors and hosts visiting certain pages in a website. Situation: the app is to populate a table (db) with IP numbers which are to be concidered as filtered/excluded in the below snippet of

Re: [PHP] Problem with app, condition not working.

2006-03-26 Thread Chris
PHP Mailer wrote: Hey guys got a problem with an app i'm working on. App: An app to track visitors and hosts visiting certain pages in a website. Situation: the app is to populate a table (db) with IP numbers which are to be concidered as filtered/excluded in the below snippet of code from bei

[PHP] Problem with app, condition not working.

2006-03-26 Thread PHP Mailer
Hey guys got a problem with an app i'm working on. App: An app to track visitors and hosts visiting certain pages in a website. Situation: the app is to populate a table (db) with IP numbers which are to be concidered as filtered/excluded in the below snippet of code from being tracked. Problem:

Re: [PHP] Creation and transfer of object thru session

2006-03-26 Thread Chris
Peter Lauri wrote: Hi, I am creating an object from a Web Service. Throughout a session I would like to keep the object that was created in the beginning of the session. The reason for this is that the creation of the object takes some time because of the communication with the Web Service. As I