i am totally new to php and i am trying to create a web based inventory system any help on how i can go around this will be highly appreciated.
hi guyz
Collapse
X
-
First, go to a tutorial on database handling with PHP and your database.
I have seen some very good ones at MySQL.
Then describe your database structure and create the neccesary php files to manage the database
Make sure you have access to your database with a query tool like inculded in MySQL or PHPMyAdmin.
Take one table at a time to get the hang of it. Then start handling more complex SQL.
If you want to learn PHP and database handling do NOT download a complete readey made content management system because they use often very complex DBM structures
This is maybe a very short answer and not the answer you expected but as you are a beginner start at the beginning. This is the best way to learn it.
Comment