Hello to everyone,
I am trying to get a some values from the database.
My issue is that I want some results stored into a variable to be exactly 25 caracteres long.
When the result($title) is > 25 caracters long there is no problem with this substr($title, 0, 24),
but when the result($title) is less than 25 caracters long I want that difference to be filled with spaces.
Also another issue is that I echo this result($title) so the spaces I think that should be