Showing posts with label image upload in php and mysql. Show all posts
Showing posts with label image upload in php and mysql. Show all posts

Friday, January 16, 2015

Student Profile System With Picture Upload and Report Generation

One of the interesting aspects of developing business application is that applications requirements changes from time to time. In this article I would like to share one of the application that I wrote for a client I called this program Student Profile System with Picture Upload and Report Generation. This application will able the user not only to input information about the student but also able to upload picture of the student to the database and afterwards able to generate report for printing. I store all the picture in a folder instead to the database itself because it will make our database bigger and slower when we do some search of records in our tables.

I hope this simple program will you an idea how to accomplish uploading picture, viewing of records with the picture you upload and printing of reports. If you have some questions feel free to send me an email at jakerpomperada@gmail.com and jakerpomperada@yahoo.com. People here in the Philippines can reach me at my mobile number 09173084360 and my telephone number at home at (034) 4335675.

Thank you very much and Happy Programming.



Sample Output of Our Program