Debugging is the process of finding the bugs so they can be fixed and the PHP Debugger is the best tool for helping you find the bugs fast and eliminate them from your PHP programs. There are many techniques used for PHP debugging. Here is list of Debugging tools. Webgrind tool Webgrind is an Xdebug profiling […]
Category Archives: PHP
Logic To create “Diamond Shapeâ€
I am learning to program and  i was struggling with “logic to create Diamond shape in PHP“. I searched but could not find it, so once i figured it out, i thought i will just write it here. Diamoand for($i = 0; $i
Big List Of CMS Based on PHP
A Content Management System ( CMS ) is used to add, edit, and delete content on a website. For a small website, such as this, adding and deleting a page manually is fairly simple. But for a large website with lots of pages like a news website adding a page manually without a content management […]
Big List of PHP Frameworks
A good PHP framework can help you develop a PHP application quickly, with more simplicity and with a vision. So here is a big list of PHP frameworks for you to choose from. If you are wondering  which framework to use check out this presentation. Zend Framwork Zend Framework is a simple, straightforward, open-source software framework […]
10 Books To Help You Master PHP Development
PHP is a powerful tool for making dynamic and interactive Web pages. PHP is the widely-used, free, and efficient alternative to competitors such as Microsoft’s ASP. If you are just starting up trying to learn PHP then this post is just what you’re looking for as it list 10 really good books that will get you […]