Posts by Gabriel Henrique • 5 points
2 posts
-
0
votes1
answer27
viewsQ: How do I count the amount of records, where equal records are grouped and equal to only one, and impose an order when showing
I have the table of relation with the columns author and team. I need to count the amount of records the author has, and the records grouped by author and time count as only 1, and then display.…
phpasked Gabriel Henrique 5 -
0
votes1
answer61
viewsQ: Eregi_replace for preg_replace
Regular expression is not my strong suit in PHP and I need your help. I need to transform a string that comes from an apt post to be part of a url. Example: "Caio didn’t take a bucket of water" for…