I have a question , it's not related to php or mysql but since i
cldn't find anything
relevant on net and believe you guys must hv come across such a
problem,
plz try to help.We hv a form with subject options to select
(checkboxes).
When a new subject has to be added the administrator has to insert a
value
in the db table(subject id and ubject name). Also the admin has to
make appropriate
additions in all the form containing options of subject list.The
system
that we had designed requires the admin to to all these tasks
manually.
Is it possible to code a module where the admin has to just input
the new
subjects and their corresponding ids and the code makes appropriate
addition
in the forms(new option inserted in checkboxes for each new subject
added).
Database addition is easy, but i cldn't find out how to add a new
line in html code....