thomas2322 wrote:
> My question: How should I protect the user information
within the folder
> "connections" on the shared webserver (Linux)?
You don't need to. The code is entirely in PHP, which remains
on the
server. If anybody tries to access that file on its own, they
will see a
blank page. However, if you're particularly worried, one
precaution that
you can take is to move the connections file to a folder
outside the
site root. I don't know if Godaddy provides you with a
private folder,
but you can move the connection details there, and update the
relative
link in the include command of each page to point to the
private folder.
--
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/