Search Results

1
vote

How do I display the first letter as uppercase?

Combining PHP shorthand functions strtolower and ucwords solves your problem: …
4
votes

Where to find a good reference when choosing a database?

Someone recently recommended me wikivs.com: MySQL vs. PostgreSQL - it is a quite detailed comparison of those two, and mi …