Hello Experts, Besides a database, I am wondering which web based programming language I will need to accomplish my given task... The end user will select an option from a HTML Select element. Depending on what they've chosen from the drop down menu, I want an HTML textarea to be populated with a paragraph of text.
For Example: Option 1 (from Drop Down)
Fill Textarea (Text based off Option 1)
ProgrammingJavaScriptPHPjQueryMySQL Server
Last Comment
tel2
8/22/2022 - Mon
Daniel Pineault
.Net, PHP, ... the choice is yours. Heck even plain HTML and JavaScript could suffice depending on your exact needs.
Binh Win
I would pick PHP for lightweight and still looking like Javascript...
Joseph Longo
ASKER
Well, it has to be ran at real time... So, when the user chooses their option, the text area is automatically filled at that time. Can this be accomplished with PHP?
2) The end user will select an option from a HTML Select element. Depending on what they've chosen from the drop down menu, I want an HTML textarea to be populated with a paragraph of text.
By using the term "end user" you've implied you require session + role management to differentiate between various users + also anonymous users... anonymous meaning "not logged in".
Only people who tried writing their own session/role management ever try this... as it takes immense time/money/will/expertise.
Likely best to useWordPress.
Daniel Pineault
If this is held on a private network, you can pretty much do anything you'd like, but if this is public facing in any way, then you need proper security! This is going to be very hard for you to accomplish easily on your first project. I'd urge you to use a framework which does this for you, or hire a professional.
I agree with Daniel, if it is not Internet facing then do what you like. If it is Internet facing then security is a big concern and I would not use WordPress for Internet facing apps, the security maintenance on WordPress alone for people new to WordPress is a daunting task and never ending.