- Posts: 1
- Thank you received: 0
online booking system
18 years 1 month ago #17585
by billi7
online booking system was created by billi7
hello all, im a student and looking to create a online booking system for some labs at my university. The final system should provide information about lab functions, equipments, availability, etc.
does anybody have any ideas on where i should start, and which kind of programe i should use,
thank any1 that can provide me with any help!
does anybody have any ideas on where i should start, and which kind of programe i should use,
thank any1 that can provide me with any help!
18 years 1 month ago #17591
by DaLight
Replied by DaLight on topic Re: online booking system
You're best using a web application i.e. one that runs on a web server and written in a language like Php or Perl. No need to reinvent the wheel as you will be able to find lots of projects on Sourceforge which can be modified to meet your needs. Check out this
link
which searches Sourceforge for projects to do with "booking systems".
18 years 1 month ago #17599
by Arani
Picking pebbles on the shore of the networking ocean
Replied by Arani on topic client server
hi,
how about a neat client server architechture, with some database at the server end, and web interface at the client end?
make sure most calculation are done client end so that you dont overburden the server end!!!
i would also suggest you go through DaLight's suggestions
how about a neat client server architechture, with some database at the server end, and web interface at the client end?
make sure most calculation are done client end so that you dont overburden the server end!!!
i would also suggest you go through DaLight's suggestions
Picking pebbles on the shore of the networking ocean
Time to create page: 0.120 seconds