Posted by: foruminformatika on: January 5, 2008
Beribu-ribu terima kasih kepada beberapa pihak yang tergabung dalam Pilkada Group Development yang terdiri dari orang – orang yang berkompeten dan berkualitas. Taqiudin Fanani, Hari Irawan, Abu, Imam Sulaiman. Mengantarkan sebuah produk jadi yang luar biasa stabil.
Customisasi dan Product development memang susah, tapi menjadi pelajaran yang luar biasa benar buat team, demi penjualan dan [...]
Posted by: foruminformatika on: January 5, 2008
We know SAP, the great enterprise resource planning in the world. But very expensive budget to create and implement this software. But based on real case in some company, we have limitation in SAP, such as :
SAP always charge based on user name license, whereas we know employee of company always grow and increase.
If SAP [...]
Posted by: foruminformatika on: January 5, 2008
PT. Astra International Tbk, a large company in Indonesia, Until now, they have implemented SAP connection between head office and branch. Astra International have some brand of car, Daihatsu, Toyota, Isuzu, BMW and Peugeot. Each brand have a head office business operational. And all of brand is handled by Head Office PT AI.
After some year [...]
Posted by: foruminformatika on: January 5, 2008
Very simple to create RSS feed. You just add header of XML file on your page header, and select from table and loop your data into xml format.
<?php
require_once(“dbconnection.php”);
$query = “select address, cat, desc, title from `category` limit 15″;
$result = mysql_query($query, $link);
while ($line = mysql_fetch_assoc($result))
{
$return[] = $line;
}
$now = date(”D, d M Y H:i:s T”);
$output = “<?xml [...]