Hi guys,
Looking for some advice here.
The majority of my PHP knowledge comes from the textbook by Nixon (O'Reilly): "PHP, MySQL, and js" published 2009.
Needless to say it's outdated, and I'm starting to realize it for one big reason: the
MySQLi driver extension seems to be much more powerful and versatile than MySQL, which I've been learning to use.
1) Is this the norm now, does anyone utilize the base MySQL driver nowadays? If so, for what reasons?
2) Can anyone suggest good reading/course material that will get me deep into MySQLi development with PHP?
3) Do I sound completely naive?
Thanks everybody!
Andy