inventory program
•
21 Aug 2008, 19:11
•
Journals
Hello
I have a small question with which i hope some people that know a bit of php can help.
I wanted to make a small program to keep track of my inventory for d&d sessions with php localy on my laptop. therefor i have downloaded easy php so now i have appache and mysql running. unfortunately my skills with php are nearly nonexcistant and i can't start making it.
does anyone with some php experience and free time care to help me out a bit or show me some decent and slightly understandable how to or tutorial websites... most are jiberish to me...
thx
free movie
I have a small question with which i hope some people that know a bit of php can help.
I wanted to make a small program to keep track of my inventory for d&d sessions with php localy on my laptop. therefor i have downloaded easy php so now i have appache and mysql running. unfortunately my skills with php are nearly nonexcistant and i can't start making it.
does anyone with some php experience and free time care to help me out a bit or show me some decent and slightly understandable how to or tutorial websites... most are jiberish to me...
thx
free movie
You'll need to create a table on your mysql database and add the necessary columns (dont forget to add one for the id, with auto increment, in case you want to build edit/delete functions).
You will need a form wich submits the infos into the database. This might help.
And then you will also need a page to display the items you've added. link
i'll have a look at the links you gave first though .
Use this instead of easy php.
And it shouldn't be this hard to do. But if you have really no experience with php it will be difficult of course.
Try both :)