I'm comfortable with PHP/SQL, however my experience with HTML and web development in general is limited.
I need to display the results of a SQL query in a simple HTML webpage. I understand this can be done by embedding some PHP code in the HTML document, using <?php.......?>
However my current PHP code contains sensitive login details for my database, and obviously this couldn't be included...
What's the best approach to doing this?