Booking system

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
CarlTaylor
Forum Newbie
Posts: 4
Joined: Sun Feb 05, 2006 12:05 pm

Booking system

Post by CarlTaylor »

Hi people,
New to thee forums :-)
Iv'e been looking around for a booking php booking system that connects to a mySQL database but i cannot seem to find one.
What i need it for EG: A classroom, which does certain courses. The administrator needs to be able to assign the courses to certain dates and then add pupils to the courses. The normal users should be able to see which courses are available and how many places are left for each.

Thanks for any help,
CarlTaylor
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Post by malcolmboston »

you've basically got 3 choices

premade applications | hire someone | code your own
duk
Forum Contributor
Posts: 199
Joined: Wed May 19, 2004 8:45 am
Location: London

Post by duk »

that is a nice solution.

but try to search in this forum for the last posts, this last week we had 3/4 posts with the some question.
CarlTaylor
Forum Newbie
Posts: 4
Joined: Sun Feb 05, 2006 12:05 pm

Post by CarlTaylor »

You don't know where do you can't seem to find it

Thanks,
Carl Taylor
duk
Forum Contributor
Posts: 199
Joined: Wed May 19, 2004 8:45 am
Location: London

Post by duk »

viewtopic.php?t=43769

this one was from you... i think you have already the answers if you cant find-it you need to code-it
atharvashirsha
Forum Newbie
Posts: 2
Joined: Thu Feb 09, 2006 2:07 pm
Contact:

Re: Booking system

Post by atharvashirsha »

CarlTaylor wrote:Hi people,
New to thee forums :-)
Iv'e been looking around for a booking php booking system that connects to a mySQL database but i cannot seem to find one.
What i need it for EG: A classroom, which does certain courses. The administrator needs to be able to assign the courses to certain dates and then add pupils to the courses. The normal users should be able to see which courses are available and how many places are left for each.

Thanks for any help,
CarlTaylor
I am not sure on this but I think you can try Moodle. It is an Open Source script and maybe it will work for you.
Post Reply