Related Articles
4 Best Top Opensource Bug Tracking System
Bug Tracking System helps in finding bugs in a software application, apart from this it helps in setting milestones, getting new feature requests and progress tracking. Opensource Bug Tracking System Below are the Best Open Source Bug Tracking System : #1. Bugzilla: Bugzilla is top rated open source Bug Tracking System developed in Perl and […]
Jquery Autocomplete With PHP and Mysql Example
Below is the small example of Jquery autocomplete using PHP and Mysql. search.php
PHP Magic Constants __LINE__ __FILE__ __DIR__ __CLASS__ __TRAIT__ __METHOD__ __NAMESPACE__
Below are the list of PHP predefined Magic Constants PHP Magic Constants Name Description __LINE__ The current line number of the file. __FILE__ The full path and filename of the file with symlinks resolved. If used inside an include, the name of the included file is returned. __DIR__ The directory of the file. If used […]