Posts by caio dias • 1 point
2 posts
-
-5
votes3
answers80
viewsQ: Know the total values in the php array
I need to resolve a situation with the array, it seems to be simple but I’m not getting it! I have the following array: $total = array("6.00","7.00","9.5","10","5.5","7.75","6.5","9"); I need to…
-
0
votes3
answers644
viewsQ: Hide html img tag
I have a Mysql database query in PHP where I store the path in the database and the image in a folder. The query brings the image and below a comment, only it has comments without image that…