While writing PHP code or planning an application to be written in PHP, Every other day we have to face different aspects of programming, and we also need to find the work around or solutions to the problem we got during our development work.
Many times I surf the online pages of PHP manual to solve my problems and I found comments by other people very useful, so I have decided to compile the list of notes I normally took while working on the project.
Hope this will help someone someday in some situation.
- How to be a good wordpress programmer? | Zareef Ahmed - How to be good wordpress programmer by Zareef Ahmed In this video, I am enlisting things which you should know if you want to be a good wordpress ... …
- Things you should know about file upload handling in PHP - The fundamentals of safe file uploads: validate the real type and size, never trust the filename, store outside the web root, and prevent execution, mapped to Laravel's file validation. …
- What are some limitations of PHP? - Recently I answered a question on quora. I am reproducing it here again. In my view question is not complete and does not provide context which has to be evaluated… …
- Drupal vs Zend : which one should be used for application development? - "You have done that specific site in Zend, don't you think our application is also suitable for Zend instead of Drupal", I just got this email from a prospective client.… …
- PHP Functions to work with PHP Arrays - This posts was written in year 2006 on 20th May. In one of my server crash, I lost my posts, Today I got it recovered from Archive.org, and representing it… …
- Dream PHP Team - After spending so many years in the field of programming, working on numerous projects and some good upstart companies, people usually ask a question to me about my liking and… …
- How to optimize all databases and tabels on mysql server? - Optimization of database tables in mysql is a process which has to be carried out regularly to make your database in good health. According to mysql manual, OPTIMIZE TABLE should… …
- Using PHP and Java in the Same App with PHP/Java Bridge - In this article you will learn how to install and configure the PHP/Java Bridge and how to use Java classes in PHP scripts in a demo application. To use the… …
- 10 Reasons to Use Zend Framework - Why you should use Zend Framework? This is not only an interview question, while taking structural decisions about a project, we should ask this question to ourself. This article gives… …
- Integrating Zend Framework with Drupal and WordPress - Zend Framework is not only a framework but a robust library for many kind of operations and services. While working with Drupal or Wordpress sometime we found that a good… …
- WordPress to Drupal Migration – Part 1 - Recently I have done few projects where sites were growing rapidly in terms of functionalities and their current wordpress structure was not good enough to handle those changes. I am… …
- What you should know in wordpress to be a wordpress programmer? - I got several messages that I should point out a list of topics which a developer should know in wordpress to categorize him/her as a wordpress programmer. "Wordpress Programmer" or… …
- WordPress : A PHP Developer’s delight - First in the series of my experiments with Open Source CMS, today I will write about my experiments with wordpress as PHP developer. I heard about wordpress long ago but… …
- Zundoo : Zend CMS : Zend Framework based CMS : A new initiative - We have just started a new ambitious project Zundoo. Zundoo is aiming to be a best project for a CMS based on Zend Framwork. Some of Zundoo's planned features 1.… …
- PHP Functions to work with PHP functions - In this article, I am going to write about the functions using which you can get the information about php functions. For a full list of PHP functions you can… …
- Use Exit after redirecting user via header function - Some weeks ago I got an old PHP application to work with. I was asked to look for the potential problems and bottlenecks in the application. So I decide to… …
- PHP Development Notes - While writing PHP code or planning an application to be written in PHP, Every other day we have to face different aspects of programming, and we also need to find… …
- Using SQL abstraction and CRUD factory classes is a good practice? - This question again struck me today, somebody just throw a simple question about EXPLAIN statement in MySQL and in hast I relate that to DESCRIBE. When that person cut the… …
- PHP4 and PHP5 version conflicts and why we should stop using PHP 4 - PHP 5 is in the market since many years, but it still has to capture the market. Why? Is it not efficient version of PHP language? What are main reasons… …
- How to create a file upload progress bar in any version of PHP? - In this article I am going to write my experience with a work in which I was supposed to do file upload progress bar. First of all I consider using… …