I am using Asterisk Manager to get events on incoming calls. I want to disconnect the Manager when a “Ring” event is received. Below is
Continue readingPHP OOP accessing methods in other class
I’m new to doing things the oop way. Here’s what I got. First I’ve made a class that connects me to my database. Then I
Continue readingRetrieving the Slug from URL for function (Laravel 5)
I’m making an App where a group is created by a user. This user can go to the group page (automated unique slug is created
Continue readingUse $_POST to get input values on the same page
Sorry if this is a rather basic question. I have a page with an HTML form. The code looks like this: Then in my file submit.php,
Continue reading