[PHP-WIN] $_GET and $HTTP_GET_VARS do not seem to work

2005-05-04 Thread Steven Courteney
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

Re: [PHP-WIN] $_GET and $HTTP_GET_VARS do not seem to work

2005-05-04 Thread Luis Moreira
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

[PHP-WIN] compiling php on win 2003

2005-05-04 Thread Kc
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

[PHP-WIN] Re: compiling php on win 2003

2005-05-04 Thread Jason Barnett
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

RE: [PHP-WIN] compiling php on win 2003

2005-05-04 Thread Mikey
[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

[PHP-WIN] Programming problem... Date day locater!

2005-05-04 Thread JC Botha
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:/

[PHP-WIN] Re: Programming problem... Date day locater!

2005-05-04 Thread Jason Barnett
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

[PHP-WIN] register_globals issue

2005-05-04 Thread Bill Kirk
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

RE: [PHP-WIN] Programming problem... Date day locater!

2005-05-04 Thread Wagner, Aaron
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

[PHP-WIN] Re: register_globals issue

2005-05-04 Thread Jason Barnett
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

Re: [PHP-WIN] Re: Programming problem... Date day locater!

2005-05-04 Thread JC Botha
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. > > >

[PHP-WIN] changing querystring to fixed link

2005-05-04 Thread Muhammad Imran
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

Re: [PHP-WIN] a problem with the mail() function

2005-05-04 Thread Leo G. Divinagracia III
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