I am trying to make three php pages:
one showing the list of categories
another showing a lost of the products of the category selected in the first page
and the second showing the product selected in the second page
I am using a .csv for a database, with the coloumns:
Category, Products Information, Product Description, photo_file
(the photo_file is the name of the file of the image which i need to view in the all pages for all products)
what script can I use to do this?
Please help for I am in a hurry,
Thank-you all
one showing the list of categories
another showing a lost of the products of the category selected in the first page
and the second showing the product selected in the second page
I am using a .csv for a database, with the coloumns:
Category, Products Information, Product Description, photo_file
(the photo_file is the name of the file of the image which i need to view in the all pages for all products)
what script can I use to do this?
Please help for I am in a hurry,
Thank-you all
Comment