Re: [PHP-WIN] date conversion

2004-02-20 Thread Sudeep Sarath
Hai Rajesh, ThanxIt worked with date. But when i try to display the time by: It displays time approx 1hour ahead of IST. What could be the problem?? SuDeEp Rajesh Kumar <[EMAIL PROTECTED]> wrote: Sudeep Sarath once wrote: > I have to convert the server date to my local date i.e Indian

Re: [PHP-WIN] date conversion

2004-02-20 Thread Sudeep Sarath
Hai Rajesh, ThanxIt worked with date. But when i try to display the time by: It displays time approx 1hour ahead of IST. What could be the problem?? SuDeEp Rajesh Kumar <[EMAIL PROTECTED]> wrote: Sudeep Sarath once wrote: > I have to convert the server date to my local date i.e Indian

php-windows Digest 21 Feb 2004 05:55:57 -0000 Issue 2132

2004-02-20 Thread php-windows-digest-help
php-windows Digest 21 Feb 2004 05:55:57 - Issue 2132 Topics (messages 22918 through 22924): tester 22918 by: danny cobbinah test 22919 by: danny cobbinah php on windows xp 22920 by: danny cobbinah 22922 by: Meteorlet Woody 22923 by: Meteorlet Woody

[PHP-WIN] date conversion

2004-02-20 Thread Sudeep Sarath
Hai everyone, A small problem..Help me out of this. I have to convert the server date to my local date i.e Indian standard time(IST)(or to my system time). My program is : which displays the server date which is in the time Zone PST. So please tell how to convert this date to my local dat

Re: Re: [PHP-WIN] php on windows xp

2004-02-20 Thread Meteorlet Woody
=== 2004-02-21 12:49:24 === >danny cobbinah,Hello! > > the precedure: > 1) rename php.ini-dist to php.ini and copy it to system path,such as > C:/Windows/ or C:/winnt/ > 2) copy php4ts.dll to "system32" directory under system path > 3) modify the configuration of h

Re: [PHP-WIN] php on windows xp

2004-02-20 Thread Meteorlet Woody
danny cobbinah,Hello! the precedure: 1) rename php.ini-dist to php.ini and copy it to system path,such as C:/Windows/ or C:/winnt/ 2) copy php4ts.dll to "system32" directory under system path 3) modify the configuration of httpd.conf. Add: LoadModul

[PHP-WIN] Re: how to check the form filled all

2004-02-20 Thread Leonardo Luarte
Arijit Chaudhuri wrote: $value="" should be $value==""? Regards, Arijit "Sungpill Han" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] HI, i want to check if the user filled the all inputs in the form. So, I checked NULL and "" with this function in the post receiving script.

[PHP-WIN] php on windows xp

2004-02-20 Thread danny cobbinah
i have installed apache 2 and mysql 3 on my pc (running xp home) i have installed php 4.3.4 but have hit a snag. the php doesnt seem to gel with apache at all. any help please? how do i configure apache and php to mix? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http:

[PHP-WIN] test

2004-02-20 Thread danny cobbinah
test -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] tester

2004-02-20 Thread danny cobbinah
tester -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-windows Digest 20 Feb 2004 17:34:22 -0000 Issue 2131

2004-02-20 Thread php-windows-digest-help
php-windows Digest 20 Feb 2004 17:34:22 - Issue 2131 Topics (messages 22915 through 22917): Re: copying uploaded files 22915 by: John Ellingsworth Newbie, Pls help 22916 by: dwight ian how to create a 2 colors image by php_gd? 22917 by: yuegong Administrivia: To s

[PHP-WIN] how to create a 2 colors image by php_gd?

2004-02-20 Thread yuegong
Hi: I want to create a 2 colors image by php_gd, B&W , how to do this ? thanks ! yuegong