PHP

Integrating RBS WorldPay XML Direct Method with PHP

This item was filled under [ PHP ]

RBS Worldpay XML Direct model enables you to capture payment details on your own secure server and send the captured data to WorldPay for processing in preference to using WorldPay’s hosted payment pages. This connection model provides you with complete control over the look-and-feel of the payment experience for your customers. This model supports cardholder [...]

Continue reading...

WordPress XMLRPC – Posting Content From Outside WordPress Admin Panel

This item was filled under [ Wordpress ]

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