PHP

How to populate a dropdown menu from database in CodeIgniter [Workaround]

If you happened to work with the ‘form_validation’ library and dropdown lists, and had to populate the default value from database, I am sure you …

Drawing a Bar Chart Using PHP

We can use image drawing property in PHP to draw basic bar charts (simple bar charts / multiple bar charts). Following are the simple steps that need to be …

Choose a language whilst browsing : PHP tutorial

Ok! This tutorial is strictly targeted towards web developers, who are looking for ways to convey or show his/her web page(s) in more than one language. Here …

Basics of a server side scripting language : PHP (part 2)

Haven’t read part 1 yet? Go to PART 1 else you’re good to continue! In this tutorial we’ll be learning how to echo out an image, much …

Overcome PHP session errors

I think that most of the php beginners will facing a common problem on PHP session getting a warning message like this when using sessions. Warning: …

Basics of a server-side scripting language : PHP (part 1)

What does PHP stand for? PHP is known as Hypertext Preprocessor these days, but stood as personal home page way back in 1994/95 and 6 (glad it changed to a …

Simple trick to run Microsoft SQL [MSSQL] Stored procedures in PHP

I had  lot of problems and difficulties to run Microsoft SQL stored procedures in PHP but i found a simple trick to do it easily and i think it will be …

PHP Installation

What do you Need? If your server supports PHP, basically you don’t need to do anything. Just create some .php files in your web directory, and the server …