I'm trying to get a php page to show data from a MySQL database. But the problem that I have is I don't know where to start.
I'm very new at PHP and I'm constantly told by others that it's very hard to just jump straight into it, but that's the best way I learn.
All I need to know is how to show all the information I have on a MySQL database table in a table on a web page. From there I should be able to create a form that I can select certain pieces of data to be shown.
If anyone could offer their expertise in this, it would be very appreciative. Thank you.
I'm very new at PHP and I'm constantly told by others that it's very hard to just jump straight into it, but that's the best way I learn.
All I need to know is how to show all the information I have on a MySQL database table in a table on a web page. From there I should be able to create a form that I can select certain pieces of data to be shown.
If anyone could offer their expertise in this, it would be very appreciative. Thank you.
Comment