Archive for Posts Tagged PHP:

Concat multiple rows!

October 29th

Today I was wondering how can I concatenate multiple rows in a single row. Suppose, I need to get the email addresses of a user table. The “SELECT `email` FROM `usertable`;” will return something like this:
email1
email2
email3
But I needed:
email1, email2, email3
It is very easy to process and make same output using PHP. But I thought there [...]

Best flash charting script!

September 17th

Uses of  flash chart is getting popularity day by day. Many medium to big web applications may use flash chart. But small application may ignore it due to complexities of implemention of flash chart. Even some web developers may not familiar with flash to make flash chart.
To make it easy, there are several open source [...]

PHP_SELF is empty!

September 10th

Last two days, I am playing or learning to play with nginx web server. I have heard some reputation about it and saw some performance chart in the web. I liked it for its, as claimed, extremely low memory footprint for one of my small VPS.
After reading some tutorial in Projanmo Forum, I am successfully [...]

AJAX and PHP, upgrades your sense

November 17th

Ajax-php bookThis book, AJAX and PHP::Building Responsive Web Application, is one of the best book I have as it discussed the technology not only in theoretically but also with all real life example.

Size

Colors