Posted by Scott on 03/10/06 04:57
You might want to look into an open-source app called PHP Calendar.
http://php-calendar.sourceforge.net/
Good luck!
Scott
c_beginner wrote:
> 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
>
[Back to original message]
|