How to Modify php.ini ?

Sometime we need to modify php.ini Runtime Configuration settings to meet our installation,upgradation or any other server requirements. Like if you want to setup below settings then, what you have to do is i am going to explain in this  post(i will show few settings only for example, you can modify all the settings by using …

How to Increase or Change the php upload size ?

Sometimes we need to change the php upload size or any other setting which can be done with below solution: To find out php.ini please check my another post with below link,there you will find various ways to find out this very important file. http://blog.geek4support.com/various-ways-to-find-php-ini/ Now you have  php.ini file, its time to edit it …

7 Areas Of PHP You Might Want To Optimize

PHP is undoubtedly one of the preferred development methods chosen by many to create dynamic web pages. As contents get bigger, there is a real need to manage our PHP codes so that it runs faster. Unfortunately for many beginners, designers and enthusiasts, making PHP codes run faster requires intricate knowledge of the overall infrastructure …

Open Source PHP Frameworks To Shorten Your Development Time

PHP is a widely used programming language for web development. Although there are a lot of alternative programming languages for web development such as ASP and Ruby, but PHP is still the most popular among them. [ad#ad-line-468x15] So, what makes PHP so popular? PHP is so popular because it is relatively easy to learn compare …

Open Source PHP Content Management Systems(CMS)

Content Management System, or CMS is an application used to manage news easily so that users can publish, edit and delete articles from the back-end admin system. HTML and other scripting language are not necessary to operate a CMS, though having them will add more advantages. Since we had looked into 22 open source PHP …