programming - andi setiawan's blog - Page 4

Category: programming

After my great success on creating an Android Repo Fetcher which helped thousand android users around the globe, I created a new type of fetcher called MP3 Fetcher. About MP3 Fetcher It uses PHP function to fetch mp3’s from remote directory on the internet and store it in my database. The directory addition is still […]


Posted in announcement, php, programming, project, Tips n Trik |

Here’s a quick tutorial to build a RSS Feed based on your own database. Just replace the details and modify the SQL command. (I) First we have to declare the header.. Remember, the header MUST be written in the first line of the script. this is why. <? header (“content-type: text/xml”); and then your database […]


Posted in programming, Tips n Trik, Tutorial |

since December 10 2010, I set the script to request basic user information from Facebook. so user don’t need to fill a boring registration form to browse and download in andiim3.com. why do we need registration? as another websites said, we need data to improve our services. we need data to inspect, to smiling at, […]


Posted in announcement, programming | Tagged | 1 Comment on Facebook Authentication and FAQ for Android Repo Browser |

usually I put the jQuery inside <HEAD> tag like this: <script type=”text/javascript” src=”jQuery.min.js” ></script> I found that most of the other script made by other programmer did the same I did. The method above will call the jQuery.min.js which is in the same folder with the script (you host the script). If you’re doing this […]


Posted in general, programming, Tips n Trik |

This is a quick tutorial on creating a simple spoiler, just copy-paste the script into your html page, and voila.. there you go.. Example : Spoiler for Pictures :: The code :


Posted in programming, Tips n Trik | 1 Comment on Simple Spoiler |

Answering the question sent by vineet (view live here), sir i am a new in php , if i am able to insert a file in database but the problem is that if i insert same file again then it insert. i want a code if i insert a same again it should not be […]


Posted in programming, Tips n Trik | 2 Comments on Prevent Duplicate File Upload to Database |