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
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
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
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
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
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
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
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
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
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
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
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
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
Sorry guys
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
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
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
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
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:
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
20 matches
Mail list logo