Archive for the ‘PHP’ Category

WordPress XMLRPC – Posting Content From Outside WordPress Admin Panel

This item was filled under [ PHP ]

Many WordPress blog owners these days prefer to post their blog content from outside. This facilitates the site owners to post blog posts without even loging into their WordPress admin panel. WordPress supports XMLRPC which can take requests and perform specific operations i.e. ‘Add Post’, ‘Edit Post’, ‘View Recent Posts’ or ‘Save a draft’. Lets [...]

Continue reading...

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 [...]

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 [...]

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 [...]

Continue reading...

Tagged with: [ ]
Page 1 of 812345...Last »