Hello and Merry Christmas to all!
Can anyone explain the correct behavior of a web application: what PHP is used for, what JavaScript is used for?
For now, I want to make a simple page with radio buttons, drop down lists and text areas. Some will have data from the database, and others will have input that data will be saved into the database.
My understanding is that I can use PHP for database operations and JavaScript for manipulating existing HTML objects. Can anyone confirm is this is correct and/or go into more detail?
Thank you.