calendar program (help)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • c_beginner

    #1

    calendar program (help)

    I have been solving algorithms with php, just to get practice. But my
    new company
    asked to do the following program in php, msql within 6 hours which I
    have got stuck.
    The task is as follows:

    task:

    "make a calendar using php and mysql where user can insert some
    messages
    and then see the day event."

    I thought of doing a calendar on the browser where, in each cell there
    is a button.
    If button is clicked then a new textbox that imputes some message from
    the user
    and stores it in the mysql.

    I don't know weather the above idea is possible.

    Can any one give me a idea to approach the above problem?
    Any link for UI in php? Is php event driven?




    -------------
    Get FREE newsgroup access from http://www.cheap56k.com

  • Scott

    #2
    Re: calendar program (help)

    You might want to look into an open-source app called PHP Calendar.
    Download PHP-Calendar for free. PHP-Calendar is a simple web-based calendar. It is designed to easily keep track of events as you would on a physical calendar.


    Good luck!

    Scott

    c_beginner wrote:[color=blue]
    > I have been solving algorithms with php, just to get practice. But my
    > new company
    > asked to do the following program in php, msql within 6 hours which I
    > have got stuck.
    > The task is as follows:
    >
    > task:
    >
    > "make a calendar using php and mysql where user can insert some
    > messages
    > and then see the day event."
    >
    > I thought of doing a calendar on the browser where, in each cell there
    > is a button.
    > If button is clicked then a new textbox that imputes some message from
    > the user
    > and stores it in the mysql.
    >
    > I don't know weather the above idea is possible.
    >
    > Can any one give me a idea to approach the above problem?
    > Any link for UI in php? Is php event driven?
    >
    >
    >
    >
    > -------------
    > Get FREE newsgroup access from http://www.cheap56k.com
    >[/color]

    Comment

    Working...