RE: [PHP] RE: Events Listings

2001-06-28 Thread Rick Proctor
EMAIL PROTECTED] Subject: [PHP] RE: Events Listings Hi Everyone, I want to thank the response I've gotten for this posts but unfortunately non of them have helped significantly. I don't know PHP that well so ideas you give me I can't implement. If someone could either A.) Do it for

RE: [PHP] RE: Events Listings

2001-06-27 Thread scott [gts]
with. > -Original Message- > From: Rick Proctor [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, June 26, 2001 2:04 PM > To: [EMAIL PROTECTED] > Subject: [PHP] RE: Events Listings > > > Hi Everyone, > > I want to thank the response I've gotten for this po

Re: [PHP] RE: Events Listings

2001-06-27 Thread Richard Lynch
> A.) Do it for me :-) Okay, but you have to go listen to http://ellenrosner.com/ Not as whiny as Alanis, but you might like it :-) > if ($max_days == ""){ > $max_days = 365; > } > $current_day = date( "z"); > echo " bgcolor=\"#00\">\n"; > echo "alanis > guide\n"; > echo "\n"; > echo " bgc

RE: [PHP] RE: Events Listings

2001-06-27 Thread Peter Houchin - SunRentals Australia
Rick, just an idea wouldn't the use of a database make this alot easier for you ?? then you can just sort your db results by date -Original Message- From: Rick Proctor [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 27, 2001 4:04 AM To: [EMAIL PROTECTED] Subject: [PH

RE: [PHP] RE: Events Listings

2001-06-27 Thread Jason Lustig
If you don't have access to a database, why not put all the data in arrays and then use the array sorting functions? --Jason -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list admini

[PHP] RE: Events Listings

2001-06-26 Thread Rick Proctor
Hi Everyone, I want to thank the response I've gotten for this posts but unfortunately non of them have helped significantly. I don't know PHP that well so ideas you give me I can't implement. If someone could either A.) Do it for me :-) B.) Show some examples that directly relate to me It woul