[PHP] php calendar suggestion..

2003-08-07 Thread Louie Miranda
I currently downloaded phpcalendar from.. http://www.cascade.org.uk/software/php/calendar/index.php Im amaze how things goes with that software, i just couldnt figure out how to link to a file for a specific date. Can anyone suggest a similar program like this, that is simple and only an admin

[PHP] Calendar showing availability of apartments/hotels

2003-06-05 Thread Dillon, John
I'm looking for your recommendations for php scripts which will give me a web based calendar for showing 'vacant', 'not available' or 'availability unknown' states, based on days available for a particular apartment in the database - eg for 'not available' perhaps the day is crossed out or in red

[PHP] Calendar Controls

2003-03-05 Thread shaun
http://calendar.msn.com/ has some great controls for veiwing dates day/week/month view etc. Are these windows specific (ie ASP only) or ise there a way to use these in my PHP? Thanks for your help -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

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

[PHP] Calendar

2003-03-01 Thread Jason D. Williard
Is there an easy way to create a calendar in PHP, such as a calendar function? All I need is a dynamically created calendar to link to other pages. Jason D. Williard -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

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 anyone

[PHP] Calendar problem

2003-01-14 Thread menezesd
Hello friends. 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

[PHP] calendar solution for workgroups ???

2002-12-23 Thread Tariq Murtaza
Hi all, I am looking for a good calendar system for a group of people. (PHP /Mysql) any idea?? Help/Comments will be appreciated. Tariq Murtaza -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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,

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.

[PHP] JSRS/PHP Calendar Script

2002-12-11 Thread Kevin Stone
I'm looking for additional tutorials/examples for building an events calendar service using JSRS (Javascript Remote Scripting) and PHP/MySQL. But ideally I'd rather use a pre-made script if one exists. I have several other projects that I need to complete and I'd rather not get side-tracked. So

[PHP] Calendar script - help

2002-11-03 Thread Ray Healy \(Data Net Services\)
Dear All I spent days and days on this little project but still cannot get it to work (new to PHP as you might guess). I have a script which is a combination of tutorial scripts and free code to display a calendar with colour coded cells for the events on each day. The only way to enter

Re: [PHP] Calendar System

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

[PHP] PHP Calendar

2002-09-19 Thread Rafic El-Hage
I have a PHP/mySQL calendar site and need to synchronize with my Outlook calendar. Has anyone out there done anything similar? Rafic -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Calendar logic question

2002-08-21 Thread Matt Schroebel
I have a calendar application that shows events in a month. I want to add the ability to have re-occuring events. I've been thinking about how to do that, but it's not seeming to be too easy. Say, I have a table of re-occuring events: eventId int eventName varchar eventStartDate date

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

[PHP] Calendar

2002-05-26 Thread jtjohnston
Can somone take a look at this? I found this on sourceforge, but cannot reach author. http://www.collegesherbrooke.qc.ca/languesmodernes/calendar/example.php This month won't display properly. It's missing /trtr somewhere. Every other month seems to work. Can someone help please? Here is the

[PHP] Calendar

2002-05-26 Thread jtjohnston
Can somone take a look at this? I found this on sourceforge, but cannot reach author. http://www.collegesherbrooke.qc.ca/languesmodernes/calendar/example.php This month won't display properly. It's missing /trtr somewhere. Every other month seems to work. Can someone help please? Here is the

[PHP] Calendar

2002-05-26 Thread jtjohnston
Can somone take a look at this? I found this on sourceforge, but cannot reach author. http://www.collegesherbrooke.qc.ca/languesmodernes/calendar/example.php This month won't display properly. It's missing /trtr somewhere. Every other month seems to work. Can someone help please? Here is the

[PHP] Calendar

2002-05-26 Thread jtjohnston
Can somone take a look at this? I found this on sourceforge, but cannot reach author. http://www.collegesherbrooke.qc.ca/languesmodernes/calendar/example.php This month won't display properly. It's missing /trtr somewhere. Every other month seems to work. Can someone help please? Here is the

[PHP] Calendar - loop 365 times?

2002-02-11 Thread Lauri Vain
Hello there, I have a task to modify a quite problematic calendar that wasn't created by me -- currently only weeks and months are shown (for that, all days of the week/month are looped through). For every day, 7 queries are done -- one for each table (there are different tables for weekly,

[PHP] Calendar

2001-10-26 Thread Chip
Does anyone know of a php script that will display a monthly calendar in a graphical format? I have a client that would prefer that over the typical list of dates which is much easier to do. I need to be able to put various bits of info on differant days of the month of course, and have links to

[PHP] calendar, msg board, chat in PHP

2001-08-07 Thread Eric Wood
I'm looking to give each of my virtual domain accounts a calendar, msg board, and maybe a chat function to their web site. Anyone know of a php program that has messaging and calendaring working together? Thanks! -eric wood -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

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

2001-08-07 Thread Chris Lambert
Application Security - www.whitecrown.net */ - Original Message - From: Eric Wood [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 07, 2001 8:54 AM Subject: [PHP] calendar, msg board, chat in PHP | I'm looking to give each of my virtual domain accounts a calendar, msg | board

RE: [PHP] Calendar help

2001-02-03 Thread PHPBeginner.com
Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com -Original Message- From: Fang Li [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 03, 2001 6:29 AM To: [EMAIL PROTECTED] Subject: [PHP] Calendar help Hello Has anyone coded

[PHP] Calendar help

2001-02-02 Thread Fang Li
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://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

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

[PHP] Calendar program

2001-01-18 Thread Todd Cary
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/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [PHP] Calendar program

2001-01-18 Thread Jon Haworth
This should achieve a similar effect as that URI: ?php echo "404 Document Not Found"; ? ;-) 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 calend

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/) To

Re: [PHP] Calendar holidays

2001-01-13 Thread Richard Lynch
you have to answer for yourself. - Original Message - From: bill [EMAIL PROTECTED] Newsgroups: php.general Sent: Saturday, January 13, 2001 11:46 AM Subject: [PHP] Calendar holidays If I create an office calendar using PHP mySQL, how can I program normal days off for (U.S.) holidays like

<    1   2