First of all i would like to say i'm no coder. I know my way around HTML and CSS, made some asp pages in the far past.
I'm doing an overhaul on a company website. Generally that wouldn't be too much of a problem. The only thing is they have a list of products they sell and they want to place these products on the website together with a PDF containing the technical info about the product. They want this part to be managable by the sales people.
The webserver supports mainly HTML, PHP and CGI with a mysql DB.
Is there some freely available PHP code that would allow me to make a list of this products like this
Product type A
- prod A
- prod B
Product Type B
- prod C
- prod D
- prod E
If you would click any of these sub links it would direct you to info about the product and a downloadable PDF. This list has to be managed by the sales personel.
Question
Sjokkel
First of all i would like to say i'm no coder. I know my way around HTML and CSS, made some asp pages in the far past.
I'm doing an overhaul on a company website. Generally that wouldn't be too much of a problem. The only thing is they have a list of products they sell and they want to place these products on the website together with a PDF containing the technical info about the product. They want this part to be managable by the sales people.
The webserver supports mainly HTML, PHP and CGI with a mysql DB.
Is there some freely available PHP code that would allow me to make a list of this products like this
Product type A
- prod A
- prod B
Product Type B
- prod C
- prod D
- prod E
If you would click any of these sub links it would direct you to info about the product and a downloadable PDF. This list has to be managed by the sales personel.
I would appreciate the help!
Link to comment
Share on other sites
5 answers to this question
Recommended Posts