A simple Class to export data to excel using PHP

While generating a report in your project, you might have to download the data into excel file using PHP. In most scenario, you have to display the report in a page and create a link to download the report in the excel file. Well in that scenario, i think i can help you with a simplified class and code of PHP.

I’ve created three files in my example.
Read more

Popularity: 37% [?]

Password protect a page using HTTP Authentication in PHP

Have ever been thorough cpanel ? when you open the link of cpanel, you can see a pop up which ask for entering user name and password for login. Well in my article I’m going to show you how you can build the same kind of page protecting mechanism using http authentication in PHP.

Read more

Popularity: 7% [?]

Change dropdown list (options) values from database with ajax and php

I’m going to show you a example in php and ajax to change the values of the dropdown’s options without refreshing the page. The values (options) of the dropdown are fetched from the database and the certain portion of the web pages is only refreshed without need to refresh the whole page.

Read more

Popularity: 67% [?]

Clean and efficient coding technique in PHP

Well there are lots of discussion regarding what the actual “clean code” is. At the end of the day you can find there are mainly two criterion for clean code:

Read more

Popularity: 6% [?]

PHP - a bad programming language - Dark side of PHP

I’m a web developer by profession and have been involved in PHP development for last three years. PHP is very easy to learn and program in. But what i think, PHP is a incomplete programming language as well as a bad programming language which gives bad practice for the programmers.I can point out why a most popular programming language used in Internet sucks and have a lots of dark side

Read more

Popularity: 5% [?]

← Previous PageNext Page →