
04/28/11, 01:36 PM
|
 |
Voice of Reason
|
|
Join Date: Sep 2004
Location: Las Vegas, NV
Posts: 33,575
|
|
Quote:
Originally Posted by homemaid
I have downloaded this program and when I click on the link to start adding inventory I just get a page with ITWORKS! I have checked through the directions and redone this whole process several times. I have checked and the files seem to be where they are suppose to be Can Anyone HELP ????
|
Adding inventory? You mean you are trying to copy your web content up to the root web directory, or are you trying to load data into a mysql database?
With XAMPP for Windows the default web content directory is usually c:\xampp\htdocs\
If you are trying to load your inventory info into a database, it's possible to do that manually with phpmyadmin, which is included with XAMPP, but it's a poor interface. More often people design a web application that stores & retrieves the information.
Last edited by Nevada; 04/28/11 at 01:40 PM.
|