I found this in a database connection config file. How many problems do you see with this? I’ll give you a head start — preg_replace() is overkill. And by overkill, I mean “absolutely unnecessary”.
1 2 3 4 5 6 7 8 9 |
|
I found this in a database connection config file. How many problems do you see with this? I’ll give you a head start — preg_replace() is overkill. And by overkill, I mean “absolutely unnecessary”.
1 2 3 4 5 6 7 8 9 |
|