Avatar of Joseph Longo
Joseph Longo
Flag for United States of America asked on

Which Programming Language Will I Need?

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

Avatar of undefined
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?
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!
Walt Forbes
ASKER CERTIFIED SOLUTION
lenamtl

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Binh Win

Then use AJAX and PHP - PHP - AJAX and PHP (w3schools.com) 
David Favor

Tip: User WordPress... because...

1) Besides a database, I am wondering which web based programming language I will need to accomplish my given task...

WordPress simplifies/normalized database access...

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.
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Binh Win

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.
SOLUTION
Scott Fell

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
gr8gonzo

There are several good solutions here, particularly the first few.
tel2

"I recently reactivated my account and I would like to delete all of my older questions, prior to reactivating my account."
To me, that doesn't sound like a good reason not to credit those who put in the effort to help you, Joseph.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck