i’ve been playing around with php/mysql apps and am really impressed. i tried looking for some inventory tracking solution on sourceforge, but they’re all a little too complex for my needs (basically aimed at businesses).
i wanted to find something that’ll let me add fields like
first name/ last name / username / password / Computer Model / CPU / Ram / … etc
using a web interface.
I’ve made my database in mysql (using phpmyadmin), but I guess the web interface has to be coded in php. Doing everything in PHPmyadmin isn’t really the best option. Is there anyway around it?
Do you have any ideas on what I should do/use. The more I play with this, the more I’m interested in learning mysql, and php, but I don’t have the time these days to do that ..
oh, and if anyone was following my previous posts, about surveys and stuff, I finally managed to get everything working. Now, I have a fully functioning webserver/ mail server / surver app / …
There are lots of good tutorials on the net about configuring php and MySql to do what u need to do. Here’s one link:
Other than that there are a few applications that automate creating a php web interface, can’t think of the name right now. Let me know if you’re interested and I can find it for you.
Here’s the application that i was talking about earlier. Its called the PHPMaker: http://www.hkvstore.com/phpmaker/
Very easy to use, worth the $80 if you decide to purchase it.