AbanteCart Community

eCommerce construction => General Discussion => Topic started by: kwong on March 22, 2014, 03:35:31 PM

Title: How to display specific columns of product database on a page?
Post by: kwong on March 22, 2014, 03:35:31 PM
Hi all,

I am quite new to web designing and have quite minimal knowledge in this matter. I need some guidance on how to display specific columns like product name and quantity from the database on a page (e.g. www(dot)mydomain(dot)com/database).

I don't know how or where to start and I will be very grateful if anyone can write me a guideline on how to accomplish this task.

Thanks in advance and I really appreciate any help!
Title: Re: How to display specific columns of product database on a page?
Post by: cbarg2004 on March 25, 2014, 01:35:21 AM
I would highly recommend to read a tutorial about PHP and MYSQL. I learned a ton from 3wSchools:

http://www.w3schools.com/php/default.asp
http://www.w3schools.com/sql/default.asp

Title: Re: How to display specific columns of product database on a page?
Post by: smithjoe on November 10, 2023, 06:54:45 AM
To display specific columns of a product database on a page, you can use programming languages like PHP or JavaScript to retrieve the relevant data and HTML to structure and present it accordingly.