Hello there!
I'm quite new to PHP so I'd like to get some advice from you: I need a simple system which supports username-password combinations, can store submitted files and maybe execute some application.
I want to know what's the simplest way of storing info and manipulating it via PHP other than TXT files, which anyone can see. I mean security is not that crucial but nevertheless I don't like using TXT files.
Should I read about MySQL or something else ?
Thanks
I'm quite new to PHP so I'd like to get some advice from you: I need a simple system which supports username-password combinations, can store submitted files and maybe execute some application.
I want to know what's the simplest way of storing info and manipulating it via PHP other than TXT files, which anyone can see. I mean security is not that crucial but nevertheless I don't like using TXT files.
Should I read about MySQL or something else ?
Thanks