PHP scheduling meetings

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

    PHP scheduling meetings

    Has anyone seen any online PHP resource for reserving resources. My
    problem is similar to room reservation. As an example, I have several
    rooms, which are available during certain hours. Each room has per hour
    cost associated with it. I want to have a search functionality that can
    show me available rooms and their cost for a certain time window. So let
    us say I want to see which rooms are available between 8 to 11 AM on
    October 21st.

    If you know any Internet site or know any open source project, please
    let me know.

    Thanks
    Rafeeq
  • Jerry Stuckle

    #2
    Re: PHP scheduling meetings

    Rafeeq wrote:[color=blue]
    > Has anyone seen any online PHP resource for reserving resources. My
    > problem is similar to room reservation. As an example, I have several
    > rooms, which are available during certain hours. Each room has per hour
    > cost associated with it. I want to have a search functionality that can
    > show me available rooms and their cost for a certain time window. So let
    > us say I want to see which rooms are available between 8 to 11 AM on
    > October 21st.
    >
    > If you know any Internet site or know any open source project, please
    > let me know.
    >
    > Thanks
    > Rafeeq[/color]

    Rafeeq,

    Actually, it sounds like a pretty simple database application. I've
    used something similar on beginning SQL course exercises.

    --
    =============== ===
    Remove the "x" from my email address
    Jerry Stuckle
    JDS Computer Training Corp.
    jstucklex@attgl obal.net
    =============== ===

    Comment

    Working...