Posts by Almir de Souza • 21 points
2 posts
-
0
votes5
answers259
viewsA: Login based on email domain
I will try to answer the two things you asked (or what I understood in the question): To automatically check if the email belongs to the company you want to restrict use the following code: $check =…
-
2
votes2
answers17330
viewsA: How to make basic live stream with HTML5 video API and PHP?
YES, it is possible to carry out this proposal with PHP. In fact Youtube (both Yout and other similar platforms) runs thanks to Ffmpeg. And this is not to say that it is a server different from the…