nuxeon asked:
Just a security question here, Is it possible for people to download your uncompiled PHP scripts and view the code. I only ask because I recently did a web development project whre I stored the password to an admin page inside of the PHP script. Is this safe, if not, how would I go about doing this short of saving it in a database.

Tags:
Download Php,
Stored Password,
Web Development Project
kb asked:
My php page has all the important database information, so I don’t want people looking at it. How easy is it for someone to view this information? Also I’v set the PHP file, so that you can’t access it directly using the URL, you can only see it when it is linked to by a form using the POST method.

Tags:
Download File,
Download Php,
Download Website