application form

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
mohammedsalah
Forum Newbie
Posts: 11
Joined: Fri May 18, 2012 7:30 am

application form

Post by mohammedsalah »

hi guys
i want to make form for application to new ppl to join my bla bla bla
and i want to make user choose one appointment like (monday 2:30 pm)
and when he choose it , it be removed from the list , or available appointments ..etc
is ther kind of module , or php code for somthing like that ?
it will be great also if u suggest ideas for that thing too
thx,
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: application form

Post by social_experiment »

mohammedsalah wrote:is ther kind of module , or php code for somthing like that ?
It depends on your code; custom written code are unlikely to have modules (unless you can get the original author to write one); cms like joomla have modules and you might find something suited to your needs.

Ideas : write down what you have in mind for the code and then start coding once you have a clear plan in mind of what you want to achieve
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Post Reply