Basic Safety Training (Surabaya)

Author: Andi Setiawan November 25th, 2009

Finally, I have passed the final exam for D1 Degree of BPC Cruising school.. what a hard-breathing difficult simple test… Now the next stage of the challenge has comes, that is BST. I will join this Basic Safety Training at the hot famous Surabaya city. 10 days of training? What an exciting journey of my [...]

Display Images from mySQL Binary Data

Author: Andi Setiawan November 10th, 2009

This tutorial will show you how to display your images (binary data) which has been saved in your mySQL database. It’s very very simple.. so.. simple…. (read also: Storing Images/Binary Files to mySQL in PHP) First of all we must connect to our database PHP Code: <?php $username = “”; $password = “”; $host = [...]

Storing Images/Binary Files to mySQL in PHP

Author: Andi Setiawan November 10th, 2009

how to store images, audio, or another binary files into mySQL database with PHP script. cara menyimpan gambar ke mysql dengan PHP.

Create RSS Feed in PHP

Author: Andi Setiawan November 8th, 2009

This is the easiest way to build a RSS feed in PHP. Because we don’t have to modify the feed file (feed.xml, or another xml file) anymore every we adding more content into the site.. And here’s the key concept: Every the PHP file executed, the PHP file will output XML-based data to the browser [...]