Posts by Fernando Oliveira • 65 points
3 posts
-
0
votes0
answers31
viewsQ: How to automatically position photo on a background
i am with a problem, I need to know how to correctly and automatically position a photo in any background, for example I want this avatar (http://i.imgur.com/O7hn5tb.png) is positioned in the field…
phpasked Fernando Oliveira 65 -
2
votes3
answers1413
viewsQ: How to check if a snippet of a string is in an array item
Does anyone know how to check if a reference or string is in an array? I tried this method and it didn’t work $array = "facebook.com, google.com, twitter.com"; $ref = "http://m.facebook.com";…
phpasked Fernando Oliveira 65 -
4
votes1
answer133
viewsQ: How to lease value without pennies down?
How to round values that have no pennies and only have numbers? Ex: 10, 20, 30, 40, 50. If person is 13, stay 10, if 25 becomes 20.