Posts by Weverton Júnior • 43 points
2 posts
-
2
votes2
answers92
viewsQ: Empty Space in PHP String Explode
Hello, I’m having problems using a EXPLODE in a PHP String. I used a space as delimiter but I need to pick up when there are 3 spaces followed as a position in the Array. It is an exercise of a…
-
2
votes1
answer2550
viewsQ: Capitalize string with accented characters
I have a problem saving words with accents in MYSQL. My bank is all set in ut8_unicode_ci and on my php pages <meta charset="utf-8">. This solved my initial problem with accents, but I wanted…