php-db | 2002091
Date: 09/09/02
- Next message: joakim.andersson <email protected>: "RE: [PHP-DB] INSERTing INTO Multiple Tables with MySQL & PHP"
- Previous message: user <email protected>: "Re: [PHP-DB] whats wrong with my sql insert statement?"
- In reply to: Ray Healy \(Data Net Services\): "[PHP-DB] Enhancement of script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
start with the easy part. to display 3 months at a time, just do a 3
cell table where each cell contains a month. assuming you can write
code to do one month, how is 2, 3 or even more months that difficult?
as for doing multiple days, either draw a month with check boxes on
them. or have a pull down tool that can you do mutiple selections.
Ray Healy (Data Net Services) wrote:
> Dear All
>
> I have recently downloaded a calendar from CST (which is no longer
> supported ) and I have made a few changes to the script.
>
> The calendar will be used to see when something is booked and you can assign
> messages to it as well which the general user cannot see. In this respects I
> have created 2 pages - welcome .php for the general viewer and admin_welcome
> for the updating of the calendar.
>
> What I would like to do is to be able to enter multiple dates in at the same
> time - either saying from a start date for so many days or from a start date
> to an end date.
>
> After spending hours looking at the code and in this forum I cannot seem to
> get it right - basically I cannot do it.
>
> I was wondering if someone could have a look and tell me where I am going
> wrong.
>
> I have attached the files to this email along with the mySQL table file in
> case another column needs to be added.
>
> You can see the script running at
> www.matrix-hosting.co.uk/prestige/welcome.php for the general view and
> www.matrix-hosting.co.uk/prestige/admin_welcome.php for the admin side.
>
> Any help would be appreciated
>
>
> Ray
>
> P.S. if any one also knows how to get it to display a 2 or 3 months at a
> time or even a year this would also be a bonus as I have tried to do this as
> well.
>
>
-- Leo G. Divinagracia III ldivinag <email protected>-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: joakim.andersson <email protected>: "RE: [PHP-DB] INSERTing INTO Multiple Tables with MySQL & PHP"
- Previous message: user <email protected>: "Re: [PHP-DB] whats wrong with my sql insert statement?"
- In reply to: Ray Healy \(Data Net Services\): "[PHP-DB] Enhancement of script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

