hi there i need to know how to create university transcript generator in php....?
like this http://www.pixdox.com/magicmill/cft668d.html
how to create transcript generator?
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: how to create transcript generator?
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.
Once you start building your program and have problems, show us the code and we can help you solve specific problems.
(#10850)