On 10/11/05, Ian Bambury <[EMAIL PROTECTED]> wrote:
> Can you supply a line from the file showing the date field?
>  I can't see how different dates all give Thursday (unless they are all
> Thursdays)
>  If *you* can recognise it as a date, the it can be formatted so php can
> recognise it as a date.
>  Ian

PHP screen (old code)

http://groups.kwister.com/index1.php?group=new_zealand

All the dates show WED (wednesday)...

Heres the code - (for above)....

==========
foreach ($day as $key=>$val) {
 $val=trim($val);
 $key=trim($key);
 $p=date("D",$timegiven);
 echo "'$key' $val - '$p'<BR>\n";
}
==========

Basically its a stats programme for Yahoogroup Owners/Mods
(& archive system for members too)....

--
G Stewart
http://e-services.kwister.com/
NZ community groups - [EMAIL PROTECTED]


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/HKFolB/TM
--------------------------------------------------------------------~-> 

Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 




Reply via email to