Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Try out my first PHP web app! Reply To: Try out my first PHP web app!

#183798
__
Participant

Also, using inline event handlers cause problems, one of which being that it makes it more difficult to get the value that you want. You should use .addEventListener (regardless) instead. See “Modern DOM Events” in this article.