Jump to content

Tables in MySql

My friend made tables etc. to a website we're making in MySql. We made tables such as product, person, address and some other stuff. How do we implement it into a form? So we can have it displayed on the website?

 

Link to comment
Share on other sites

Link to post
Share on other sites

You can use PHP to access to the data in your database.

You'd need to for example use a for-loop to display all the different entries in this database.

 

This is quite an open question, as it really depends on what you have right now (as in what kind of website, local or remote DB, etc.) and what you know right now (if you for example are very familiar with HTML already or not).

This should give you an idea of how you would approach this: https://www.siteground.com/tutorials/php-mysql/display-table-data/

"We're all in this together, might as well be friends" Tom, Toonami.

 

mini eLiXiVy: my open source 65% mechanical PCB, a build log, PCB anatomy and discussing open source licenses: https://linustechtips.com/topic/1366493-elixivy-a-65-mechanical-keyboard-build-log-pcb-anatomy-and-how-i-open-sourced-this-project/

 

mini_cardboard: a 4% keyboard build log and how keyboards workhttps://linustechtips.com/topic/1328547-mini_cardboard-a-4-keyboard-build-log-and-how-keyboards-work/

Link to comment
Share on other sites

Link to post
Share on other sites

You can use wordpress + woocommerce, don't need to learn php for that.

 

Ryzen 5700g @ 4.4ghz all cores | Asrock B550M Steel Legend | 3060 | 2x 16gb Micron E 2666 @ 4200mhz cl16 | 500gb WD SN750 | 12 TB HDD | Deepcool Gammax 400 w/ 2 delta 4000rpm push pull | Antec Neo Eco Zen 500w

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, SupaKomputa said:

You can use wordpress + woocommerce, don't need to learn php for that.

 

Thanks again, but we have to use php

Link to comment
Share on other sites

Link to post
Share on other sites

Wordpress is a php app.

Ryzen 5700g @ 4.4ghz all cores | Asrock B550M Steel Legend | 3060 | 2x 16gb Micron E 2666 @ 4200mhz cl16 | 500gb WD SN750 | 12 TB HDD | Deepcool Gammax 400 w/ 2 delta 4000rpm push pull | Antec Neo Eco Zen 500w

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, SupaKomputa said:

Wordpress is a php app.

God damn I'm stupid. Thanks mate! 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×