Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

PHP Event Calendar

Guest
Mar 25, 2007 Mar 25, 2007

Copy link to clipboard

Copied

I have been looking high and low on tutorials on how to make a php event calendar. The closest I've gotten was a calendar event that is connected to MySQL and it shows all the days that an event is on. The MySQL table has a event_date, event_title and event_desc. That tutorial was from phpfreaks.com.

I am looking for something a little more then just showing a calendar that highlights the day of the event. I am looking for a php event calendar that shows the calendar and it's event title showing up in the calendar according to its date.

I had gone through a similar tutorial in ColdFusion. However, for PHP it seems impossible to find something that is free. Do you know of any tutorials that guides you a step by step using php in event calendar where the event title falls on the calendar date.

Thank you,
AdonaiEchad
TOPICS
Server side applications

Views

440
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 25, 2007 Mar 25, 2007

Copy link to clipboard

Copied

AdonaiEchad wrote:
> I am looking for a php event calendar that
> shows the calendar and it's event title showing up in the calendar according to
> its date.
>
> I had gone through a similar tutorial in ColdFusion. However, for PHP it
> seems impossible to find something that is free.

First of all, let me say that I don't know of such a tutorial for PHP.
However, why should you expect it to be free?

PHP itself is free, and there's a lot of free information on how to use
it. But if you want something specific, it's unrealistic to expect
someone else to create it for you for nothing. The people who create PHP
and other open source software need to put food on their tables just as
much as anybody else.

If the answer is out there free, fine. But it's a bonus, not a right.

--
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Mar 25, 2007 Mar 25, 2007

Copy link to clipboard

Copied

I apologize David that what I am asking is a lot from programmers, which I know you are a programmer in the PHP field.

I know that Adobe has a PHP tutorial on making a blog using Dreamweaver and I do not know if there was one for an event calendar, thus asking if anyone knew any sites that did so.

You are right that if the information is free it is a bonus and I was hoping in my long search that there is a free tutorial on this subject. I am new to PHP and I am trying to get as much information helping a non-profit organization make this event calendar work.

Thank you for your input and feelings.

AdonaiEchad

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 26, 2007 Mar 26, 2007

Copy link to clipboard

Copied

LATEST
This is your opportunity to write the tutorial on building the calendar,
once you get it figured out! That's how these get on the Adobe site in the
first place.... 8)

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"AdonaiEchad" <webforumsuser@macromedia.com> wrote in message
news:eu7eso$9ud$1@forums.macromedia.com...
>I apologize David that what I am asking is a lot from programmers, which I
>know
> you are a programmer in the PHP field.
>
> I know that Adobe has a PHP tutorial on making a blog using Dreamweaver
> and I
> do not know if there was one for an event calendar, thus asking if anyone
> knew
> any sites that did so.
>
> You are right that if the information is free it is a bonus and I was
> hoping
> in my long search that there is a free tutorial on this subject. I am new
> to
> PHP and I am trying to get as much information helping a non-profit
> organization make this event calendar working.
>
> Thank you for your input and feelings.
>
> AdonaiEchad
>
>


Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines