Hi,
I made my first php page yesterday and a few things came up:
To access the database, I stored the localhost, user name and pw data in a config.php file. Isn't it a security issue to leave this lying on the server? If so, what should I do?
Also, when I put text into a table (using phpMyAdmin, I think) the resulting page displays that text with lots of <br/> tags, and all these big gaps appear. Eventually I just 'compressed' the text before cutting and pasting, but is there a more straightforward way of doing this?
Thanks in advance.