Tips n Trik - andi setiawan's blog - Page 6

Category: Tips n Trik

It’s been several months since you’ve bought your brand new computer. Naturally, you’ve been loading it up with the all the programs and files that you need. Strangely, it seems to take longer now for your computer to open the files, programs or web pages. Is it just your imagination or is your computer really […]


Posted in Tips n Trik |

Flickr is, without doubt, the biggest and best photography website on the internet. There are lots of widgets, badges and plugins which allow you to display your latest Flickr photos on your website, but we’ll take it a step further by tapping straight into Flickr and integrating your photostream into your website, giving you a […]


Posted in programming, Tips n Trik | 1 Comment on Create Photo Gallery using Flickr API |

One of the most popular features on Facebook is tagging, which gives you the ability to identify and reference people in photos, videos and notes. Today, we are adding a new way to tag people and other things you’re connected to on Facebook — in status updates and other posts from the Publisher. It’s another […]


Posted in Tips n Trik | Tagged , | 1 Comment on How to Tag in your FB post and status |

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 = […]


Posted in programming, Tips n Trik | Tagged , , , , , | 2 Comments on Display Images from mySQL Binary Data |

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


Posted in programming, Tips n Trik | Tagged , , , , , | 6 Comments on Storing Images/Binary Files to mySQL in PHP |

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


Posted in programming, Tips n Trik |