how to create transcript generator?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
its47
Forum Newbie
Posts: 1
Joined: Sun Apr 04, 2010 11:57 pm

how to create transcript generator?

Post 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
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: how to create transcript generator?

Post 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.
(#10850)
Post Reply