can anyone give idea

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
madu
Forum Commoner
Posts: 32
Joined: Sat Dec 25, 2010 3:19 am
Location: india

can anyone give idea

Post by madu »

hi friends,,,,
Now i am trying a application that is group mail,,,, The user can create group by giving group name in a text box,,,, The main group might have sub group,,,the group contain two fields user name and mail id,,,, Suppose "Friends" is a main group means it may have "school","college" as a sub group,,, While sending a mail if the user select main group means mail will send to all sub groups also,,, otherwise if user select particular sub group means the mail will send to that sub group only,,,,i loaded main group names into dropdown list,,,when i select anyone from this the sub group name should be display with check boxes,,, i did that in form submitting event ,,at that time i get main group name by using $_GET ,,, but i want it should be load at while changing the dropdown,,,
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: can anyone give idea

Post by social_experiment »

madu wrote:but i want it should be load at while changing the dropdown,,,
You will want to use AJAX to do this
“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