Skip to content
Advertisement

How to text-to-speech a PHP table

I’m working on a project where I have a table containing a list of students, I want my web-app to “say” their name and last names one by one, the same as when a teacher is marking who’s present or not.

I dont know if the technology to go to in this situation is Javascript or PHP, although it looks like Javascript might be easier.

Here is the code for the table display, and I thank you all in advance :

JavaScript

Advertisement

Answer

Javascript will be easier, for example:

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement