For a script I am creating which will be used on other peoples hosts is it safe for me to remotely include a php file?
For example on devdreams.com there is a file called count.php and inside it it connects to my database and just update a counter. Then in the distributed script this count.php file is included using include()
Are there any security issues with this or are there any ways to stop them from finding out what is within the count.php file...
Comments
Submit your threads
Music Forum
My Web Entrepreneur Blog
VolumeBoost - Member Chosen Music News
Unless you're reading a file and eval()'ing it, the only thing you need to watch out for is XSS.
Webmaster-Talk.com
Chroder.com
The Royal Ram