Summary
Database connectivity in PHP is very very easy - just remember this:
- Always check for errors or empty results.. No matter how tedious this may seem.
The big chunk of work is in displaying the information:
- presenting it in a sensible manner and
- beautifying/streamlining the interaction between user and the scripts you write.