Featured Posts
- Integrating FCKEditor FileManager in CKEditor
- Wireframe Samples for a Poll
- Implementing Factory Design pattern
- Paypal subscriptions IPN demystified
- Making a PHP CURL request to HTTPS url
- Google Analytics Tracking Code Plugin for WordPress
- Accessing and using Zend View Helpers from a common directory
- Zend Framework: Accessing Request, Response & Router Object from anywhere
Recently wrote
- Tutorial: Using FCKEditor FileManager in the new CKEditor | Blog Of 'Dean Williams' on Integrating FCKEditor FileManager in CKEditor
- Mosh on Integrating FCKEditor FileManager in CKEditor
- Penuel on Integrating FCKEditor FileManager in CKEditor
- Reinier on Integrating FCKEditor FileManager in CKEditor
- Bhavin Doshi on Integrating FCKEditor FileManager in CKEditor
- Penuel on Integrating FCKEditor FileManager in CKEditor
- horst on Integrating FCKEditor FileManager in CKEditor
- Penuel on Integrating FCKEditor FileManager in CKEditor
- horst on Integrating FCKEditor FileManager in CKEditor
- Joe Joe on Integrating FCKEditor FileManager in CKEditor
-
Recently posted
- Do websites need to look exactly the same in every browser?
- Unable to connect to MySQL from localhost: Strange error
- Getting approved by Google Adsense
- FireFox going awfully slow
- Paypal subscriptions IPN demystified
- User behaviour or Search Engine behaviour
- Improve the speed of your page
- Making a PHP CURL request to HTTPS url
- The Originators
- Travelling on a BRTS
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