Hello,
over the past week or so I've been working my way through a book on how to do PHP and MySQL.
Anyway, I've finally finished most of the PHP script lessons but I'm moving onto a section on building and using an online database with MySQL.
The trouble is... the book is VERY weak on this department and I'm also having trouble trying to find good info on the net.
Could someone please explain a few basic things for me:
- When you're creating a new database (with new tables, data entries and so on!) do you do this with ;
A- Some coding in your PHP script?
B- The MySQL admin panel?
C- Any of the above?
- What exactly is the MySQL admin panel for?
That's it! I thought there was more! 🙂
Anyway, if anyone could answer these questions for me it would make my day. Alteratively if anyone knows any links with good tutorials on basic MySQL stuff then I'd be very grateful.
Thanks!