Page 1 of 1

how to create transcript generator?

Posted: Mon Apr 05, 2010 12:02 am
by its47
hi there i need to know how to create university transcript generator in php....?
like this http://www.pixdox.com/magicmill/cft668d.html

Re: how to create transcript generator?

Posted: Mon Apr 05, 2010 12:24 am
by Christopher
We really can't tell you how to create a whole program other than generally. The program you showed accepts values from a form, looks up records in a database based on the values from the form, and generates a report. That's very standard PHP programming. I would suggest getting a PHP book or taking a PHP programming class.

Once you start building your program and have problems, show us the code and we can help you solve specific problems.