PHP and MySql -Inventory and Stock control system?

Puja R

New member
Hi,
I'm doing my project in PHP and MySql -Inventory and Stock control system for a Garment/Apparel factory.

I did all the 'in put forms' (request form,packing form,Item form ,Numbering form,layer form...etc) from HTML and the 'interface' too, from HTML and CSS.
But the question for me is how to start cording?i know there will be a 'Log in' but other than that I don't know...Where to start? what codes do i need?
Is there any tutorials for a beginner?

I'm helpless in this, please this is the first time I'm doing a real project for a real customer and i have to pass it.(And I can't use what is previously build by others.I have to make it my self...Please Help )
 
A CMS system is only as good as the database schemas. Look at the link below for the testing database from MySql called Sakila. Scroll down to the Schema diagram.

PHP is event-driven. When the schema of what you are trying to do is visualized, then the php coding is straight-forward.

One other thing you can do is look for the pdf book: O'Reilly's Head First PHP & MySql. That book above all others has several project ideas. Most other PHP books have one example that they keep adding onto. You need the O'Reilly book.
 
Back
Top