Quote:
Originally Posted by TcM
Nah, I'm quite good with that
Never had problems, unless the script is encrypted....
|
Wait until you have to modify badly written PHP code..
Quote:
Originally Posted by Xav
You're better than me - I call myself a PHP coder and I've never even touched MySQL... I'm ashamed of myself. 
|
There are tons of things you can do without a database in PHP. However, PHP and MySQL (or Oracle, MsSQL, or any database) go hand-in-hand when used for website development.
Quote:
Originally Posted by chili5
I know how to create simple databases but nothing complex yet, maybe i should get a mysql book, so i can make some of my script use database but i do know how to and create databases and tables and insert and select data from databases but not so much how to use the data with PHP yet.
|
SQL is fairly easy. You could probably learn it quickly in a couple of hours using web tutorials.