Hi all,
This is probably something really simple.
I am using PHP 4.3.10 on Apache 1.3 on a Windows 2000 (SP4) set-up. I have
'register_globals' = off and variables_order = 'EGPCS'.
The application uses sessions to log users on and follow their movement
through the application. The sess
How do you retrive the variable "message_id" on the script
display_list.php ?
Steven Courteney wrote:
Hi all,
This is probably something really simple.
I am using PHP 4.3.10 on Apache 1.3 on a Windows 2000 (SP4) set-up. I have
'register_globals' = off and variables_order = 'EGPCS'.
The applic
I have installed PHP4 successfully with mysql and am able to run my pages
with queries from my database.
Now I was wanting to install Horde. This is the error I get from the screen
that is supposed to tell you if you have everything you need to keep going:
Horde will not run without gettext sup
Kc wrote:
I have installed PHP4 successfully with mysql and am able to run my pages
with queries from my database.
Now I was wanting to install Horde. This is the error I get from the screen
that is supposed to tell you if you have everything you need to keep going:
Horde will not run without get
[snip]
> Horde will not run without gettext support. Compile php
> --with-gettext before continuing.
>
> I have looked online a bunch and can't seem to get a good
> answer as to what
> to do with the "--with-gettext" information. In my
> php/extensions folder,
> there is a php_gettext.dll b
Hi there to all.
I need to get the day number of any given date. Like if the date 20
Jan 2005 is given I need to calculate that it is day 20 in the year.
Any thoughts on solving this would be much appreciated.
Chris
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http:/
JC Botha wrote:
Hi there to all.
I need to get the day number of any given date. Like if the date 20
Jan 2005 is given I need to calculate that it is day 20 in the year.
Any thoughts on solving this would be much appreciated.
Chris
http://php.net/manual/en/function.date.php
echo date('d');
?>
--
P
I am running php 4.3.10 on a Windows 2003 server with Apache 2.
My problem is that I have set register_globals = on in the php.ini file
(which is in the windows directory (everyone has read rights to it), but
when I do a php info on it, it shows that register_globals is off, and the
application we
date ( string format [, int timestamp ] )
z - The day of the year - 0 through 366
$doy = Date("z") ;
http://us2.php.net/manual/en/function.date.php
aaron
> -Original Message-
> From: JC Botha [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 04, 2005 11:46 AM
> Cc: php-windows@list
Bill Kirk wrote:
I am running php 4.3.10 on a Windows 2003 server with Apache 2.
My problem is that I have set register_globals = on in the php.ini file
(which is in the windows directory (everyone has read rights to it), but
when I do a php info on it, it shows that register_globals is off, and th
Hi thanks for all your input. The problem is patially solved. Does
anyone know the syntax for C++. Ok, I know this is exclusive PHP but I
would like to know both as I'm studying both.
Till later then.
On 5/4/05, Jason Barnett <[EMAIL PROTECTED]> wrote:
> JC Botha wrote:
> > Hi there to all.
> >
>
How I can make different querystring in to fix string, so search engines can
cache the pages. I'm using php+mysql+apace, any help much appreciated.
Regards,
Imran
unfortunately, the problem lies within your machine not PHP or it's
mail() function.
try using an email client (like thunderbird, outlook, etc) on that
machine and see if you can send out mail.
otherwise, get another smtp server.
i had pegasus mail's mercury server a few years ago.
i thought i
13 matches
Mail list logo