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

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