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.… …
- 15 Questions about Magento Ecommerce System - I am enlisting 15 questions related to Magento ecommerce system. If you can answer these questions, you can consider yourself as a good beginner in Magento. To understand Magento you… …
- 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… …
- 26 questions about Object Oriented Programming in PHP - 1. What is object oriented programming? 2. How PHP supports object oriented programming? Tell us about syntax etc. 3. What are main features and benefits of object oriented programming? 4.… …
- 44 questions about Database Programming in PHP - 1. What is Sqlite? 2. Why sqlite is being called inbuilt database in PHP? 3. How mysql can be installed? 4. How mysql can be configured? 5. What are best… …
- 13 questions about PHP configuration options - 1. How PHP configurations can be changed? 2. What are major configuration values which we usually may want to change? 3. Mention the types of values which we can set… …
- 28 questions about PHP programming in general - 1. How PHP is different from other programming language? 2. What are basic and main features of PHP? 3. A brief history of PHP? 4. Can we use the PHP… …
- 16 questions about File uploading and Form handling in PHP programming - 1. Do we need to do something specific to do form handling in PHP? 2. How file uploading has to be enabled in a HTML form? 3. How PHP handles… …
- 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… …
- 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… …