ktsirig Posted November 7, 2006 Share Posted November 7, 2006 Hello all,I want to secure a page which uses the script of "phplist". Basically this script stores username, name, surname, email etc of users in order for the company to send newsletters to their clients.Except from stripping slashes,backslashes etc or special characters, are there any other ways to prevent the data stored in the db from somenone that wants to "lay their hands" on them?Thank you! Quote Link to comment https://forums.phpfreaks.com/topic/26472-php-mysql-injection-in-phplist/ Share on other sites More sharing options...
.josh Posted November 7, 2006 Share Posted November 7, 2006 you mean like password protect any scripts that access it? changing the chmod on the scripts that don't need user interaction (like cron job scripts)? that sort of stuff? Quote Link to comment https://forums.phpfreaks.com/topic/26472-php-mysql-injection-in-phplist/#findComment-121070 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.