Search Results

1
vote

How do I display the first letter as uppercase?

Combining PHP shorthand functions strtolower and ucwords solves your problem: …
1
vote

How to call a function inside itself?

If you include enough uniqueness in your key generation routine, you might be able to avoid this situation in the first place. E.g. have the routine take into account the current timestamp …