johnrb87 Posted June 2, 2011 Share Posted June 2, 2011 Hi everyone Apart from using sessions, how can I make a PHP page more secure and protect the SQL database more? Thanks Quote Link to comment Share on other sites More sharing options...
WebStyles Posted June 2, 2011 Share Posted June 2, 2011 That's kind of a vague question. Depends on what script does, who has access to it, how servers are set up, what permissions your mysql user/pass has, how apache is configured, how php is configured, how mysql is configured... (etc...) Can you post the code / example of what you wish to make more secure? thanks, Quote Link to comment Share on other sites More sharing options...
revraz Posted June 3, 2011 Share Posted June 3, 2011 Use good code practice and sanitize all data before it goes into the database. Quote Link to comment 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.