PHP Coding
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsPHP RelatedPHP Coding

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old September 6th, 2002, 06:21 PM
Inferno Inferno is offline
Contributing User
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 29 Inferno User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 2 m 54 sec
Reputation Power: 0
Send a message via Yahoo to Inferno
spaces where date is different

Hello:

Could someone please tell me how I would go about displaying data after the select statement so that there is a space where the date is different?

example-

Title One 2002-09-06
Title Two 2002-09-06
Title Three 2002-09-06

Title Four 2002-09-08
Title Five 2002-09-08

Title Six 2002-09-07
Title Seven 2002-09-07

Any help would be great!

Thanks.

Reply With Quote
  #2  
Old September 6th, 2002, 06:28 PM
Nimco Nimco is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 132 Nimco User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
Send a message via AIM to Nimco
RE: spaces where date is different

OK, if you assume that the dates are in an array called $dates:

php Code:
Original - php Code
  1.  
  2. <?
  3.  for ($i=0; $i<count($dates); $i++)
  4.   {
  5.    if ($dates[$i] == $dates[$i-1])
  6.     {
  7.      echo $dates . "<br>";
  8.     }
  9.    else
  10.     {
  11.      echo "<br>" . $dates . "<br>";
  12.     }
  13.   }
  14. ?>


I think that should do the trick...

Reply With Quote
Reply

Viewing: Codewalkers ForumsPHP RelatedPHP Coding > spaces where date is different


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway