Tag Archives: PHP

Dynamic function calls in PHP for AJAX

In PHP you can have dynamic function calls, that is during execution of your PHP script you can trigger a function call based on certain inputs or conditions which you don’t know before hand. This can be achieved using the … Continue reading

Posted in PHP Programming | Tagged , , | Leave a comment