I'd like to change some aspects of a php hard-coded web page, but I'm not a coder and would appreciate some advice.
I've attached the code (which is too long to embed here. I'm afraid if I truncate it, then I'll leave out important info)
The front-end of the page is below:
http://www.ascentfx.com/en/managed-forex-account-directory.html
Note the drop-down form. It is nice for pulling up graphs and data but it is not user-friendly.
So I wish to get rid of the form elements altogether, and instead publish individual pages for each of the accounts listed on the form. I can do this if I know how to properly query the db.
I suspect that deleting some code in the attached document and inserting a table name is all that's required.
I've done some trial-and-error but with no luck.
I will deeply appreciate any help.
Thanks!