How-to articles, tricks, and solutions about PHP
Calling a PHP function by onclick event
To call a PHP function using an onclick event, you will need to use a little bit of JavaScript.
Can a class extend both a class and implement an Interface
Yes, a class in PHP can extend another class and implement one or more interfaces at the same time.
Can we pass an array as parameter in any function in PHP?
Yes, you can pass an array as a parameter to a function in PHP.