|
Austin Harris (November 30, 1999 at 12:00 am)
PLEASE HELP!!!! I have gotten everything entered in appropriately and when I go to storeadmin/index.php I am directed to my login page. After logging in, I can access the inventory page and when i press add product, the page gives me takes me to a screen that says "you have not established a session". It seems like after pressing post somehow my session is terminated and I am not sure why.... When i try to refresh the page i keep getting the same error. HELP PLEASE
0Persia0 (November 30, 1999 at 12:00 am)
Check out the description of part 20 of this series to find the link to download the codes.
ben7551 (November 30, 1999 at 12:00 am)
Hi Adam, can I still download this e-commerce codes? I visited your website a while ago, I cant find it. Please help.Thanks.
kalyankumar eanni (November 30, 1999 at 12:00 am)
my dear am getting an error when am adding shopping cart like this Fatal error: Call to undefined function money_format() in C:\xampp\htdocs\MyOnlineStore\cart.php on line 120 any solution?
Joe Dirt (November 30, 1999 at 12:00 am)
I need to upload more than one image for each item? What should I do?
Joe Dirt (November 30, 1999 at 12:00 am)
make sure your database is connected right and pointing to the right table name
Joe Dirt (November 30, 1999 at 12:00 am)
go to the first lesson and there is a .zip file
Alex Panteli (November 30, 1999 at 12:00 am)
how do u upload images using sql server 2008 instead of mysql?
harkin88 (November 30, 1999 at 12:00 am)
you need a space after $product_list it should be $product_list .=good luck
harkin88 (November 30, 1999 at 12:00 am)
change to $manager=preg_replace('#[^0-9]#i','',$_SESSION['manager']); $password=preg_replace('#[^A-Za-z0-9]#i','',$_SESSION['password']);Should work now sir |