Jump to content

Need help with scheduling system

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Twice

Twice

    Newbie

  • Members
  • PipPip
  • 11 posts
i'm doing a scheduling system for booking venues.now i'm supposed to produce code that checks the availability of a venue and if the venue is not available it must suggest another slot within the schedule.
please help me out with pieces of code that i can use in order for my programme to perform this function

#2
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
It depends on how the venue data is stored. Is it online, or local? Also, where is the schedule stored?
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#3
Twice

Twice

    Newbie

  • Members
  • PipPip
  • 11 posts
at the moment i'm doing evrything locally,but i'm planing on doing a web app later during the year.