Archive for the ‘PHP’ Category

PHP 5.3.0RC1 Release Candidate Available

This item was filled under [ PHP ]

Finally, PHP community have released their new candidate PHP 5.3.0 RC1 with lots of new features which were needed by the PHP developers from long time. This can be treated as the final release of PHP 5.x series, they will continue with PHP6 soon after they release it completely.
Added Features
PHP 5.3.0 offers many new features [...]

Continue reading...

Tagged with: [ ]

How to Import CSV File In Your PHP Application

This item was filled under [ PHP ]

PHP gives an ease when it comes to Import flat data (Data without hierarchical structure). If you are using XML to fetch and store data that is fine but what about the case when your client have excel sheet ready with multiple records to go into database. CSV (Comma Separated Values) format is a good [...]

Continue reading...

Tagged with: [ ]

How to Create Daemons in PHP

This item was filled under [ PHP ]

Developers are using PHP to create websites or web applications but very few developers are creating desktop applications or command line tools using PHP. There is a class System_Deamon, which can be used to create Deamons using PHP.
What is a Daemon?
A daemon is a Linux program that run in the background, just like a ‘Service’ [...]

Continue reading...

Tagged with: [ ]

10 PHP Tips to Improve Coding

This item was filled under [ PHP ]

10 PHP Tips to Improve Coding. PHP has seen a tremendous rise and support from the developer community and has become most popular programming language for the Web applications. Many popular websites are powered by PHP, and an overwhelming majority of scripts and Web projects are built with the popular language.
Because of PHP’s huge popularity, [...]

Continue reading...

Tagged with: [ ]

PHP vs Python: Analysis

This item was filled under [ PHP, Programming, Python ]

PHP vs Python – What does it take to state one language better than other? One answer can be flexibility, development friendly, licensing policy (open source or commercial), community,  portability, dynamic typing, support for variable number of function arguments and ability to freeze live objects in a string representation. Documentation of course is a major [...]

Continue reading...

Tagged with: [ , , ]
Page 1 of 712345...Last »