Category: PHP

  • File upload/download on MySQL database

    Well… It is already a well discussed topic. But when I was first trying to find out how to do this, I really got stuck. Actully it took me a lot of time to find out the key code segment for the purpose. So, here is what I’ve learned: The table: Suppose the structure of […]

  • Basic PHP – Part 1

    This article is about very basic of PHP coding, creating functions and database connection using PHP. Later posts may contain detail about other features. Target viewers are assumed as familiar with C/JAVA or other similar programming language. So I didn’t bother to clarify basic syntax. Writing PHP code: All your PHP content should be inside […]