Hey im working on my first php site, and was hoping to get some thoughts from you guys.
1- I'm using a txt file database, cuz its a simple set of scripts. I know that's not recommended, but i wanted to work with it some, before getting into mysql. Thoughts on this in general? Pros, cons? Vulnerable?
2- Related to the previous question ... security. So far i have some basic form input cleaner functions like: trim, strip_tags, preg_replace, htmlentities. Sound adequate? Overkill? Thoughts? Are there any ways to safely test the security of a script, before sending it out into the webs?
Im learning here, so any info is greatly appreciated. Thanks !
PS- there is no registration for users. Just some submission forms and a display of those submitted entries.