Re: [PHP] Calendar Logic Help

2010-10-20 Thread Floyd Resler
On Oct 20, 2010, at 12:47 PM, Tommy Pham wrote: >> -Original Message- >> From: Floyd Resler [mailto:fres...@adex-intl.com] >> Sent: Wednesday, October 20, 2010 9:17 AM >> To: PHP >> Subject: [PHP] Calendar Logic Help >> >> I'm having problems getting my head around some login for a calen

RE: [PHP] Calendar Logic Help

2010-10-20 Thread Tommy Pham
> -Original Message- > From: Floyd Resler [mailto:fres...@adex-intl.com] > Sent: Wednesday, October 20, 2010 9:17 AM > To: PHP > Subject: [PHP] Calendar Logic Help > > I'm having problems getting my head around some login for a calendar. > Specifically, the problem is drawing weekly views

Re: [PHP] calendar libs

2010-07-13 Thread David Hutto
On Tue, Jul 13, 2010 at 2:14 PM, David Hutto wrote: > On Tue, Jul 13, 2010 at 2:10 PM, David Hutto wrote: >> On Tue, Jul 13, 2010 at 2:04 PM, Ricardo Martinez >> wrote: >>> Hi! >>> >>> i'm looking for a good calendar libs, want ask, if anyone knows a good >>> library. >>> >>> >>> thx! >>> >>> R

Re: [PHP] calendar libs

2010-07-13 Thread David Hutto
On Tue, Jul 13, 2010 at 2:10 PM, David Hutto wrote: > On Tue, Jul 13, 2010 at 2:04 PM, Ricardo Martinez > wrote: >> Hi! >> >> i'm looking for a good calendar libs, want ask, if anyone knows a good >> library. >> >> >> thx! >> >> Ricardo >> > > This may hel, it's just a simple search for 'php cal

Re: [PHP] calendar libs

2010-07-13 Thread David Hutto
On Tue, Jul 13, 2010 at 2:04 PM, Ricardo Martinez wrote: > Hi! > > i'm looking for a good calendar libs, want ask, if anyone knows a good > library. > > > thx! > > Ricardo > This may hel, it's just a simple search for 'php calendar' : http://www.php-calendar.com/ -- PHP General Mailing List (h

Re: [PHP] Calendar tutorial

2009-09-08 Thread tedd
At 8:47 PM -0700 9/7/09, Haig Davis wrote: Dear PHP List Members, First off I am well aware that I can go online and download a PHP script to make a Calendar, it's not that I'm too cheap to buy the script it is that I want to work through and fully understand what I have so that I am intimately

Re: [PHP] Calendar tutorial

2009-09-07 Thread viraj
On Tue, Sep 8, 2009 at 9:17 AM, Haig Davis wrote: > Dear PHP List Members, > least get me started) that will allow me to schedule various multi day > events and write the requests to a mySQL database. I would prefer something > that is PHP/ mySQL, HTML and CSS no flash or Java. If any one knows of

Re: [PHP] Calendar Problem

2009-08-12 Thread Martin Scotta
On Wed, Aug 12, 2009 at 12:07 PM, tedd wrote: > At 9:50 AM -0500 8/12/09, Shawn McKenzie wrote: > >> tedd wrote: >> >>> >>> Your solution had 61 iterations (for loop) while mind had only 21, so >>> mine's a bit faster. Here's the comparison: >>> >>> http://php1.net/b/fridays/ >>> >>> But I'll

Re: [PHP] Calendar Problem

2009-08-12 Thread tedd
At 9:50 AM -0500 8/12/09, Shawn McKenzie wrote: tedd wrote: Your solution had 61 iterations (for loop) while mind had only 21, so mine's a bit faster. Here's the comparison: http://php1.net/b/fridays/ But I'll use your solution -- it's more elegant. Thanks for the code, tedd Actual

Re: [PHP] Calendar Problem

2009-08-12 Thread tedd
At 3:26 PM +0100 8/12/09, Stuart wrote: 2009/8/12 tedd : At 4:08 PM -0400 8/11/09, Robert Cummings wrote: I think Shawn McKenzie's is the best. It seems his would take at most 12 iterations. Cheers, Rob. Rob: For some reason I did not see/consider Shawn's solutions -- sorry Shawn.

Re: [PHP] Calendar Problem

2009-08-12 Thread Shawn McKenzie
tedd wrote: > > Your solution had 61 iterations (for loop) while mind had only 21, so > mine's a bit faster. Here's the comparison: > > http://php1.net/b/fridays/ > > But I'll use your solution -- it's more elegant. > > Thanks for the code, > > tedd > Actually, if you refresh your page you h

Re: [PHP] Calendar Problem

2009-08-12 Thread tedd
At 11:03 AM -0300 8/12/09, Martin Scotta wrote: Hi all This is my point of view. I try to stay the most legible and simple as possible. @tedd: can you benchmark this script too? usualy legibility > performance Martin: It's included here: http://php1.net/b/fridays/ Works great -- thanks.

Re: [PHP] Calendar Problem

2009-08-12 Thread Stuart
2009/8/12 tedd : >>> At 4:08 PM -0400 8/11/09, Robert Cummings wrote: >> >> I think Shawn McKenzie's is the best. It seems his would take at most 12 >> iterations. >> >> Cheers, >> Rob. > > Rob: > > For some reason I did not see/consider Shawn's solutions -- sorry Shawn. > > However, it appears tha

Re: [PHP] Calendar Problem

2009-08-12 Thread Martin Scotta
On Wed, Aug 12, 2009 at 10:25 AM, Robert Cummings wrote: > > > tedd wrote: > >> At 4:08 PM -0400 8/11/09, Robert Cummings wrote: >> >>> tedd wrote: >>> Hi gang: I want to show the dates for all Fridays +-30 days from a specific date. For example, given today's date (8/11/2

Re: [PHP] Calendar Problem

2009-08-12 Thread tedd
At 4:08 PM -0400 8/11/09, Robert Cummings wrote: I think Shawn McKenzie's is the best. It seems his would take at most 12 iterations. Cheers, Rob. Rob: For some reason I did not see/consider Shawn's solutions -- sorry Shawn. However, it appears that mine is still the fastest in most test.

Re: [PHP] Calendar Problem

2009-08-12 Thread Robert Cummings
tedd wrote: At 4:08 PM -0400 8/11/09, Robert Cummings wrote: tedd wrote: Hi gang: I want to show the dates for all Fridays +-30 days from a specific date. For example, given today's date (8/11/2009) the Fridays that fall +-30 days are July 17, July 24, July 31, Aug 7, Aug 14, Aug 21, Aug

Re: [PHP] Calendar Problem

2009-08-12 Thread tedd
At 4:08 PM -0400 8/11/09, Robert Cummings wrote: tedd wrote: Hi gang: I want to show the dates for all Fridays +-30 days from a specific date. For example, given today's date (8/11/2009) the Fridays that fall +-30 days are July 17, July 24, July 31, Aug 7, Aug 14, Aug 21, Aug 28, and Sept 4.

Re: [PHP] Calendar Problem

2009-08-11 Thread Paul M Foster
On Tue, Aug 11, 2009 at 03:53:58PM -0400, tedd wrote: > Hi gang: > > I want to show the dates for all Fridays +-30 days from a specific date. > > For example, given today's date (8/11/2009) the Fridays that fall > +-30 days are July 17, July 24, July 31, Aug 7, Aug 14, Aug 21, Aug > 28, and Sept 4

Re: [PHP] Calendar Problem

2009-08-11 Thread Robert Cummings
Jim Lucas wrote: Robert Cummings wrote: tedd wrote: Hi gang: I want to show the dates for all Fridays +-30 days from a specific date. For example, given today's date (8/11/2009) the Fridays that fall +-30 days are July 17, July 24, July 31, Aug 7, Aug 14, Aug 21, Aug 28, and Sept 4. I'm cu

Re: [PHP] Calendar Problem

2009-08-11 Thread Jim Lucas
Robert Cummings wrote: > tedd wrote: >> Hi gang: >> >> I want to show the dates for all Fridays +-30 days from a specific date. >> >> For example, given today's date (8/11/2009) the Fridays that fall +-30 >> days are July 17, July 24, July 31, Aug 7, Aug 14, Aug 21, Aug 28, and >> Sept 4. >> >> I'm

Re: [PHP] Calendar Problem

2009-08-11 Thread Robert Cummings
tedd wrote: Hi gang: I want to show the dates for all Fridays +-30 days from a specific date. For example, given today's date (8/11/2009) the Fridays that fall +-30 days are July 17, July 24, July 31, Aug 7, Aug 14, Aug 21, Aug 28, and Sept 4. I'm curious, how would you guys solve this?

Re: [PHP] Calendar

2009-06-21 Thread Ashley Sheridan
On Sat, 2009-06-20 at 10:26 -0400, tedd wrote: > At 7:58 PM +0100 6/19/09, Ashley Sheridan wrote: > >On Fri, 2009-06-19 at 15:30 +0530, Sudheer Satyanarayana wrote: > >> salmarayan wrote: > >> > Does Any body please have the code of A Java Script Calendar > >>that works with > >> > a PHP Html

Re: [PHP] Calendar

2009-06-20 Thread tedd
At 7:58 PM +0100 6/19/09, Ashley Sheridan wrote: On Fri, 2009-06-19 at 15:30 +0530, Sudheer Satyanarayana wrote: salmarayan wrote: > Does Any body please have the code of A Java Script Calendar that works with > a PHP Html Form.. > if yes can you please send it as i have one but does not

Re: [PHP] Calendar

2009-06-19 Thread Ashley Sheridan
On Fri, 2009-06-19 at 15:30 +0530, Sudheer Satyanarayana wrote: > salmarayan wrote: > > Does Any body please have the code of A Java Script Calendar that works with > > a PHP Html Form.. > > if yes can you please send it as i have one but does not work that > > Efficiently. > > > > Thanks in adva

Re: [PHP] Calendar

2009-06-19 Thread Sudheer Satyanarayana
salmarayan wrote: Does Any body please have the code of A Java Script Calendar that works with a PHP Html Form.. if yes can you please send it as i have one but does not work that Efficiently. Thanks in advance This might help if you are looking for a date picker http://techchorus.net/ad

Re: [PHP] Calendar

2009-06-19 Thread Tom Chubb
http://lmgtfy.com/?q=javascript+calendar -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Calendar

2009-06-18 Thread Daniel Brown
On Thu, Jun 18, 2009 at 18:16, salmarayan wrote: > > Does Any body please have the code of A Java Script Calendar that works with > a PHP Html  Form.. No. > if yes can you please send it as i have one but does not work that > Efficiently. No. -- daniel.br...@parasane.net || danbr...@p

Re: [PHP] Calendar/Date

2009-03-18 Thread Hans Åhlin
Weeks in a year is 52 or 53 Days in a year is 365 and if a leap year 366 If ( (365 (Days Of a year) * (Years From 1940)) + (Number of leap years since 1940, (Years From 1940 / 4) (if its a Leap year -1)) + ((Days >From 01-01) + 1) % 7 = (0-6 where 0 = Monday) ) is less then 3 (Thursday) then it

Re: [PHP] Calendar/Date

2009-03-18 Thread Paul M Foster
On Wed, Mar 18, 2009 at 12:57:39PM -0400, Bob McConnell wrote: > From: Paul M Foster > > On Wed, Mar 18, 2009 at 11:46:31AM -0400, Bob McConnell wrote: > >> > >>> You also need to be aware that on 32 bit Unix and Linux systems the > >> behavior of mktime() on dates after Jan 18, 2038 is undefined

RE: [PHP] Calendar/Date

2009-03-18 Thread Bob McConnell
From: Paul M Foster > On Wed, Mar 18, 2009 at 11:46:31AM -0400, Bob McConnell wrote: >> >>> You also need to be aware that on 32 bit Unix and Linux systems the >> behavior of mktime() on dates after Jan 18, 2038 is undefined. The 32 >> bit counter overflows early on the 19th, so any value returned

Re: [PHP] Calendar/Date

2009-03-18 Thread Paul M Foster
On Wed, Mar 18, 2009 at 11:46:31AM -0400, Bob McConnell wrote: > From: Paul M Foster > > You also need to be aware that on 32 bit Unix and Linux systems the > behavior of mktime() on dates after Jan 18, 2038 is undefined. The 32 > bit counter overflows early on the 19th, so any value returned

RE: [PHP] Calendar/Date

2009-03-18 Thread Robert Cummings
On Wed, 2009-03-18 at 11:46 -0400, Bob McConnell wrote: > From: Paul M Foster > > On Tue, Mar 17, 2009 at 08:52:11PM -0700, Jason Todd Slack-Moehrle > wrote: > > > >> Hi All, > >> > >> Does anyone have code and/or advice for how to get get the current > >> week (with a passed current day, say) and

RE: [PHP] Calendar/Date

2009-03-18 Thread Bob McConnell
From: Paul M Foster > On Tue, Mar 17, 2009 at 08:52:11PM -0700, Jason Todd Slack-Moehrle wrote: > >> Hi All, >> >> Does anyone have code and/or advice for how to get get the current >> week (with a passed current day, say) and what then end date is at >> Saturday. >> >> So take today: Tuesday Marc

Re: [PHP] Calendar/Date

2009-03-18 Thread Robert Cummings
On Tue, 2009-03-17 at 20:52 -0700, Jason Todd Slack-Moehrle wrote: > Hi All, > > Does anyone have code and/or advice for how to get get the current > week (with a passed current day, say) and what then end date is at > Saturday. > > So take today: Tuesday March 17, 2009 > > I want to get: >

Re: [PHP] Calendar/Date

2009-03-17 Thread Paul M Foster
On Tue, Mar 17, 2009 at 08:52:11PM -0700, Jason Todd Slack-Moehrle wrote: > Hi All, > > Does anyone have code and/or advice for how to get get the current > week (with a passed current day, say) and what then end date is at > Saturday. > > So take today: Tuesday March 17, 2009 > > I want to get: >

Re: [PHP] Calendar Date Help

2008-05-28 Thread Mark Weaver
Robert Cummings wrote: function getStamp($dateStr,$dayVal=1){ return date('U',mktime(0,0,0, $dateStr,$dayVal,date('Y'))); } ^ ^

Re: [PHP] Calendar Date Help

2008-05-28 Thread Robert Cummings
On Wed, 2008-05-28 at 14:27 -0400, Mark Weaver wrote: > Hi all, > > I've put this off as long as possible, however I think I've reached an > impasse. > > I've got an application that I've been writing. One of the modules for > this app is an event calendar. I've got the calendar to the place w

Re: [PHP] Calendar

2007-12-06 Thread Richard Heyes
On Dec 5, 2007 6:09 AM, Richard Heyes <[EMAIL PROTECTED]> wrote: There is not much "simple" about a calendar, especially when you start dealing with recurring events. How far into the future your calendar allow events to recur will depend at least in part on how you intend to store them. For inst

Re: [PHP] Calendar

2007-12-05 Thread Andrew Ballard
On Dec 5, 2007 6:09 AM, Richard Heyes <[EMAIL PROTECTED]> wrote: > > There is not much "simple" about a calendar, especially when you start > > dealing with recurring events. How far into the future your calendar > > allow events to recur will depend at least in part on how you intend > > to store

Re: [PHP] Calendar

2007-12-05 Thread Richard Heyes
There is not much "simple" about a calendar, especially when you start dealing with recurring events. How far into the future your calendar allow events to recur will depend at least in part on how you intend to store them. For instance, you can store them in a database where you create a separate

Re: [PHP] Calendar

2007-12-04 Thread Andrew Ballard
On Dec 3, 2007 7:37 AM, Emil Edeholt <[EMAIL PROTECTED]> wrote: > Hi, > > I'm about to add some simple calendar functions to my application, and > I'm thinking of how I should implement recurring events. Are there one > standard way most people use that works well? I guess you have some kind > of e

Re: [PHP] Calendar

2007-12-04 Thread Børge Holen
On Monday 03 December 2007 13:37:45 Emil Edeholt wrote: > Hi, > was this a mathematical question? Yes, someone on this list, can probably help you to do some finesse, but I like it mathematical and clean code > I'm about to add some simple calendar functions to my application, and > I'm thinking

Re: [PHP] Calendar

2007-12-03 Thread Richard Heyes
I'm about to add some simple calendar functions to my application, and I'm thinking of how I should implement recurring events. Are there one standard way most people use that works well? I guess you have some kind of emitter event that creates the recurring events and a group id that holds the

Re: [PHP] Calendar booking form in PHP/MySQL

2007-07-08 Thread Zareef Ahmed
Hi Murphy, I think till now you got the idea why you did't got replies for query. Please do a simple google search and you will find something. using sourceforge is also good idea. People are here to solve and discuss the programming problems of each others, NOT to do work for each other :) Zar

Re: [PHP] Calendar

2007-06-14 Thread Richard Lynch
On Wed, June 13, 2007 4:27 pm, Jim Lucas wrote: > Richard Lynch wrote: >> On Wed, June 13, 2007 12:50 pm, Clint Tredway wrote: >> Oh, and here's the source I've been using for one web calendar for >> over a decade: >> http://uncommonground.com/events.phps >> >> It's got some stuff you don't need,

RE: [PHP] Calendar

2007-06-13 Thread Daevid Vincent
> -Original Message- > From: Richard Lynch [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 13, 2007 12:05 PM > > On Wed, June 13, 2007 12:50 pm, Clint Tredway wrote: > > Is there a decent free calendar? I just need to show a few > events on a > > calendar. > > Having looked at a LOT of

Re: [PHP] Calendar

2007-06-13 Thread Richard Lynch
On Wed, June 13, 2007 12:50 pm, Clint Tredway wrote: > Is there a decent free calendar? I just need to show a few events on a > calendar. Having looked at a LOT of web calendars (for touring musicians) I can say with certainty that if you only have a FEW events, a month-like layout with boxes for

RE: [PHP] Calendar

2007-06-13 Thread Jim Moseby
> > I did that and either they are not free or suck... dont appreciate the comment > > > On 6/13/07, Jim Moseby <[EMAIL PROTECTED]> wrote: > > > > > > Is there a decent free calendar? I just need to show a few events on a > > > calendar. > > > > You could try your bank. They usually have free cal

RE: [PHP] Calendar

2007-06-13 Thread Jim Moseby
> > Is there a decent free calendar? I just need to show a few events on a > calendar. You could try your bank. They usually have free calendars, coffee mugs, pencils, etc. ;-) Seriously though, type 'php calendar' into google and see what happens. -- PHP General Mailing List (http://www.php

Re: [PHP] calendar Q

2006-08-12 Thread Richard Lynch
On Fri, August 11, 2006 12:23 am, William Stokes wrote: > One more question. I have dates as a datetime in DB. Like 2006-08-11 > 08:20:00 and I'm playing only with date part in the calendar > 2006-08-11. So > how to compare this date to the datetime info in DB? Do I need to use > DATE_FORMAT or som

RE: [PHP] calendar Q

2006-08-11 Thread Jef Sullivan
Original Message- From: William Stokes [mailto:[EMAIL PROTECTED] Sent: Thursday, August 10, 2006 11:23 PM To: php-general@lists.php.net Subject: Re: [PHP] calendar Q Ok. Thanks. One more question. I have dates as a datetime in DB. Like 2006-08-11 08:20:00 and I'm playing only with date

Re: [PHP] calendar Q

2006-08-10 Thread William Stokes
Ok. Thanks. One more question. I have dates as a datetime in DB. Like 2006-08-11 08:20:00 and I'm playing only with date part in the calendar 2006-08-11. So how to compare this date to the datetime info in DB? Do I need to use DATE_FORMAT or someting like this in the query? Thanks -Will ""R

Re: [PHP] calendar Q

2006-08-10 Thread Richard Lynch
On Thu, August 10, 2006 12:14 pm, William Stokes wrote: > I have a calendar script that displays a simple mini calendar view one > month > at a time. User can click any date and the calendar opens another page > that > displays that date's events. I would like to highlight to the mini > calendar >

Re: [PHP] calendar Q

2006-08-10 Thread Brad Bonkoski
Really depends on how you display the calendar... if you go day by day building the table cells, then it should be easy enough because you should already have the date you are working with... so a query like "select count(*) from events where date='date'" and if count is > 0 then display it diff

Re: [PHP] Calendar program like on php.net

2005-08-01 Thread Burhan Khalid
On Aug 1, 2005, at 5:45 AM, Roger Thomas wrote: Quoting Jim Moseby <[EMAIL PROTECTED]>: I'd repost the link for you, but I've already deleted it. Sorry. Look back through the archives. JM I searched for 'Jim Moseby calendar' in the general and Dev mailing list but no go. Anty clue?

RE: [PHP] Calendar program like on php.net

2005-07-31 Thread Roger Thomas
Quoting Jim Moseby <[EMAIL PROTECTED]>: > I'd repost the link for you, but I've already deleted it. Sorry. Look back > through the archives. > > JM > I searched for 'Jim Moseby calendar' in the general and Dev mailing list but no go. Anty clue? -- Roger -

RE: [PHP] Calendar program like on php.net

2005-07-29 Thread Jim Moseby
> Hello, > Anyone knows a simple calendar program that will let people > to add event, and > then after the event is approved by webmaster / moderator, > the event would be > added to the calendar ? > > Just like the calendar for Upcoming Events on www.php.net. > What program is > that ? >

Re: [PHP] Calendar program like on php.net

2005-07-28 Thread Rasmus Lerdorf
Reuben D. Budiardja wrote: > Hello, > Anyone knows a simple calendar program that will let people to add event, and > then after the event is approved by webmaster / moderator, the event would be > added to the calendar ? > > Just like the calendar for Upcoming Events on www.php.net. What progr

[PHP] Re: PHP Calendar.

2004-01-15 Thread nabil
"Carles Xavier Munyoz Baldó" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi, Is there any PHP function or set of PHP files that allows me to print the current month in calendar format ? Greetings. --- Carles Xavier Munyoz Baldó [EMAIL PROTECTED] http://www.unlimitedmail.net/ --

[PHP] Re: PHP Calendar.

2004-01-15 Thread nabil
catch the out put of Linux exec('cal'); and for the year exec('cal 2004'); regards "Carles Xavier Munyoz Baldó" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi, Is there any PHP function or set of PHP files that allows me to print the current month in calendar format ? Greetings

RE: [PHP] Calendar

2003-11-13 Thread Boaz Yahav
Check this out : http://www.weberdev.com/AdvancedSearch.php?searchtype=title&sort=title&s earch=calendar Sincerely berber Visit http://www.weberdev.com/ & http://www.weberblog.com/ Today!!! To see where PHP might take you tomorrow. Share your code : http://addexample.weberdev.com Search for P

RE: [PHP] Calendar

2003-11-12 Thread Dave G
Steve, I'm a complete beginner, and I just finished building my own calendar. I tried using some pre-built ones, like this one: http://www.cascade.org.uk/software/php/calendar/index.php ... but I found that trying to figure out how to use their features was a whole n

RE: [PHP] Calendar

2003-11-12 Thread Pablo Gosse
On Wednesday, November 12, 2003 10:50 AM, Steve wrote: > I am looking for a simple easy to edit php calendar program. Does anyone > know where I can find one? Pear is always a good place to start: http://pear.php.net/package/Calendar Cheers, Pablo -- PHP General Mailing List (http://www.php.ne

RE: [PHP] Calendar

2003-11-12 Thread Jay Blanchard
[snip] I am looking for a simple easy to edit php calendar program. Does anyone know where I can find one? [/snip] Several http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=PHP+calendar -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Calendar Script

2003-10-29 Thread David T-G
Vijay -- ...and then Vijay Killu said... % % Where can I find the Calendar script that has been used on the PHP.net site. % I believe I can use it on my website since it is open source :-) I don't know about (or where to find) that one, but I've been fairly happy with WebCalender [sic] from http

Re: [PHP] Calendar Script

2003-10-29 Thread Evan Nemerson
On Wednesday 29 October 2003 12:01 am, Vijay Killu wrote: > Dear PHP, > > Where can I find the Calendar script that has been used on the PHP.net > site. I believe I can use it on my website since it is open source :-) >From php.net. There is a "show source" link on the bottom of every page, plus

Re: [PHP] Calendar Script

2003-10-29 Thread Leif K-Brooks
Vijay Killu wrote: Where can I find the Calendar script that has been used on the PHP.net site. I believe I can use it on my website since it is open source :-) I don't seeany calendar, but you should be able to use the "show source" link whereever it is. -- The above message is encrypted with d

Re: [PHP] Calendar Tool

2003-10-28 Thread Payne
Matt Palermo wrote: Hey everyone. I am the creater of a PHP script called TotalCalendar (http://sweetphp.com/TotalCalendar/) and I am looking for a little advice and suggestions about making a tool for it. I want to build an application that users can download and install on their local machines

Re: [PHP] Calendar Controls

2003-03-05 Thread Ray Hunter
PHP does have some calendar functions: http://www.php.net/manual/en/ref.calendar.php However, these deal with converting between different calendar formats. There are the date and time functions that you will probably really would like to use. http://www.php.net/manual/en/ref.datetime.php Also

RE: [PHP] Calendar

2003-03-01 Thread Darren Young
Check http://www.cascade.org.uk/software/php/calendar/ I've used that one on several sites. -Original Message- From: Jason D. Williard [mailto:[EMAIL PROTECTED] Sent: Saturday, March 01, 2003 4:28 PM To: [EMAIL PROTECTED] Subject: [PHP] Calendar Is there an easy way to create a calenda

RE: [PHP] Calendar problem

2003-01-15 Thread John W. Holmes
> I have two fields in my form. When two dates are entered in these two > boxes, I need to find the diiference in calendar months and remaining days > between these two dates. This "Calendar months and remaining days" is > important. The functions that I know do not work for calendar months. > Can

Re: [PHP] calendar solution for workgroups ???

2002-12-23 Thread Rick Emery
Another good PHP/mySQL calendar application. Group scheduling, etc. Does not have extraneous things such as web-mail. Cost is $35 http://abledesign.com/demo/calendar/ rick "People will forget what you said. People will forget what you did. But people will never forget how you made them feel."

Re: [PHP] calendar solution for workgroups ???

2002-12-23 Thread Brent Baisley
If you are looking for a complete solution (calendar, contact, to do, webmail, etc.), there is a nice open source project at: http://www.moregroupware.org/ I downloaded it and started playing with it about 2 weeks and like what I see. Totally overkill if you just want a Calendar. On Monday, Dec

Re: [PHP] Calendar System

2002-10-17 Thread Rick Emery
http://myphpcalendar.sourceforge.net/

Re: [PHP] Calendar logic question

2002-08-21 Thread Brent Baisley
You know it's been done before by many the many calendar systems out there. You really just want to store the event once and you wouldn't want to even replicate the event ID out to whatever date. I would search the php class libraries and free software to see how they did it. I'm someone has d

Re: [PHP] calendar, msg board, chat in PHP

2001-08-07 Thread Chris Lambert
vBulletin is PHP/MySQL backed forum software that includes an integrated calendar component. However, it'll cost you $85/site/year, so you might be best off tying a few free components together. /* Chris Lambert, CTO - [EMAIL PROTECTED] WhiteCrown Networks - More Than White Hats Web Application

RE: [PHP] Calendar help

2001-02-03 Thread PHPBeginner.com
Check out Source Forge ... on the right menu , one of the most active projects is an Online Organizer (quite similar to Outlook at first impression) -- it has a calendar ... It is an Open Source and I am sure you can learn from there on how to use their Super-Cool calendar Cheers, Maxim Malet

Re: [PHP] Calendar help

2001-02-02 Thread Joe Stump
Search for "php calendar" on freshmeat.net --Joe On Fri, Feb 02, 2001 at 04:28:37PM -0500, Fang Li wrote: > Hello > > Has anyone coded a calendar using PHP? when click a date in the calendar,it > will sotre the date in a database. > Thanks. > > Fang > > > -- > PHP General Mailing List (http

Re: [PHP] Calendar program

2001-01-21 Thread Jeff Lacy
M$ Outlook? I don't know, but try Outlook :-) Jeff "Todd Cary" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Does a calendar program exist in PHP similar to Yahoo's program? > (http://www.yahoo.com/calendar) > > Todd > > -- > Todd Cary > Ariste Software

Re: [PHP] Calendar program

2001-01-18 Thread Todd Cary
Whooops! Wrong URL! http://calendar.yahoo.com Todd Todd Cary wrote: > Does a calendar program exist in PHP similar to Yahoo's program? > (http://www.yahoo.com/calendar) > > Todd > > -- > Todd Cary > Ariste Software > [EMAIL PROTECTED] > > -- > PHP General Mailing List (http://www.php.net/) >

RE: [PHP] Calendar program

2001-01-18 Thread Jon Haworth
This should achieve a similar effect as that URI: ;-) Cheers Jon -Original Message- From: Todd Cary [mailto:[EMAIL PROTECTED]] Sent: 18 January 2001 13:56 To: [EMAIL PROTECTED] Subject: [PHP] Calendar program Does a calendar program exist in PHP similar to Yahoo's program? (http://w

Re: [PHP] Calendar holidays

2001-01-13 Thread Richard Lynch
For the most part, you probably have to have some custom code to handle them. I suspect there are authoritative sources of the legal holidays online somewhere that you can query dynamically... What exactly do you want to *do* with the holidays and your calendar is probably the first question you