Skip to content

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, altho…

PHP date function to extract a raw timestamp?

I want to convert a human readable date time such as 20210419115522 to 2021-04-19 11:55:22 via PHP. How is it possible? <?php echo date('Ymd', 20210419115301); <—— Not the result I expect

my all value is not showing in view, what can i d [closed]

Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers. Closed las…