Hi all
Here is the scenerio ...is it possibly to do this...
i am getting valid course dates output on to a web which i have designed
....all is okay so far , look at the following web url
but each of the courses held have maximum of 8 people that could be
booked , and i want to put a counter on this so that when the course
name,date,time is displayed i want this counter to appear besides each
course name so that i can keep track of booking places...all the various
course names are held in one table...
2. and if the booking counter is less than 8, i want to have a another
button besides the booking counter to say 'add me', which will popup a
booking form which the user fills and emails to the course organiser...
3. if the booking counter is less than 3 then the course is not
held...pops up message to user...
4. if it is >8 then i want to popup message to say the courses are full
booked...
can the above be done...if so please supply code snippets starter
thanks in advance....indy
Here is the scenerio ...is it possibly to do this...
i am getting valid course dates output on to a web which i have designed
....all is okay so far , look at the following web url
but each of the courses held have maximum of 8 people that could be
booked , and i want to put a counter on this so that when the course
name,date,time is displayed i want this counter to appear besides each
course name so that i can keep track of booking places...all the various
course names are held in one table...
2. and if the booking counter is less than 8, i want to have a another
button besides the booking counter to say 'add me', which will popup a
booking form which the user fills and emails to the course organiser...
3. if the booking counter is less than 3 then the course is not
held...pops up message to user...
4. if it is >8 then i want to popup message to say the courses are full
booked...
can the above be done...if so please supply code snippets starter
thanks in advance....indy
Comment