I am pretty new to this php and sql stuff but i have done html before. I have been reading lots of tutorials and such on how to setup mysql and start coding php into pages to make queries to retrieve/modify/delete info.
I am trying to create a frontend for the database i have at work. We need to monitor all of the assets, modify them sometimes in batches, and delete them sometimes in batches. It would also be nice to be able to pick certain assets to create a packing slip and then remove the assets. At our warehouse we have to receive and tag the units with asset stickers, place them in racks, move them if necessary, and ship them. There are currently 3000+ assets.
I have already installed mysql and exported the information from an access database into a table in mysql. I have this feeling though that coding all of this into a web frontend will prove to be difficult for a newbie like myself. Does anyone have any suggestions as far as software or is asp possibly a better way to do this?