programming | andi setiawan's blog - Part 6

Category: programming

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 | Leave a Comment on Create RSS Feed in PHP |

How to save the resource in our project code? Should we repeat writing the same code in every page/file? We can save a lot of our time and resource by putting the same code or lines into a function or procedure. In some programming language, such as Pascal, Batch, C, PHP, etc., we can make […]


Posted in programming, Tips n Trik | Tagged , , , , , | Leave a Comment on write less do more |