LiamProductions Posted July 23, 2007 Share Posted July 23, 2007 Hey. Im a newbie to PHP. Whats more secure for a login a flat file or a MySQL ? And what is better? Quote Link to comment https://forums.phpfreaks.com/topic/61352-just-wondering/ Share on other sites More sharing options...
trq Posted July 23, 2007 Share Posted July 23, 2007 Security comes with good coding, not any particular technology. Quote Link to comment https://forums.phpfreaks.com/topic/61352-just-wondering/#findComment-305304 Share on other sites More sharing options...
LiamProductions Posted July 23, 2007 Author Share Posted July 23, 2007 What would be better using though to store data? Quote Link to comment https://forums.phpfreaks.com/topic/61352-just-wondering/#findComment-305309 Share on other sites More sharing options...
GingerRobot Posted July 23, 2007 Share Posted July 23, 2007 Using a database is far better. Working with flat files is generally a pain. Its much harder to sort/search/modify a flat file than it is a database. Quote Link to comment https://forums.phpfreaks.com/topic/61352-just-wondering/#findComment-305312 Share on other sites More sharing options...
trq Posted July 23, 2007 Share Posted July 23, 2007 I would agree. Is allot more work to get most things done in flast files. Databases are made to store/search/edit/sort data. Quote Link to comment https://forums.phpfreaks.com/topic/61352-just-wondering/#findComment-305315 Share on other sites More sharing options...
LiamProductions Posted July 23, 2007 Author Share Posted July 23, 2007 Oh ok. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/61352-just-wondering/#findComment-305316 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.