DIBS payments and basket solutions
HvepseEksperten.dk ApS
is a company which may help you with your DIBS implementations or how to create a basket for your eShop.
We can offer the modules in the following programming languages/databases/platforms:
- Programming languages: PHP, C#, ASP, java, JSP
- Databases: MSSQL, DB2, Ocacle or mySQL
- Web servers: Apache, TomCat, bea, websphere, IIS
It is simple and easy to get a basket up and running for your payment and eshop. An example in PHP is shown here :
<?
require_once(HTML_DB_BASKET_CONTROLLER_PATH.'/EngineBasket.php');
EngineBasket::display();
?>
To see the basket in action, just click on this link:
 HvepseEksperten.dk ApS
is a company which gives you free advis and also may assist you with
pest control like :
We can also offer solutions in the following areas:
For more information, phone
<?php /** * This is how you create a basket * * @package dibs * @filesource * @see HTML_DB_BASKET_CONTROLLER_PATH.'/EngineBasket.php' * @copyright (c) http://Finn-Rasmussen.com * @license http://Finn-Rasmussen.com/license/ myPHP License conditions * @author http://Finn-Rasmussen.com * @version 1.11 * @since 27-nov-2009 */
require_once(HTML_DB_BASKET_CONTROLLER_PATH.'/EngineBasket.php'); EngineBasket::display(); ?>
|