Posts by Wagner Amaro • 33 points
4 posts
-
0
votes2
answers49
viewsA: Popular array on online server
Try using the print_r function ($results) to see the output of the array being sent. And try to take out the [] of the $result variable[].
-
1
votes3
answers5691
viewsA: Can everyone see my projects on Github?
Since github is a community created for the open source public by default, the free account makes your project visible to everyone who has access to the site, but to have your private account you…
githubanswered Wagner Amaro 33 -
2
votes1
answer30
viewsQ: How do I publish all git branchs at once to my remote repository on github?
I have several branchs that I created in my git (Aula1, aula2, aula3) that are variations of the same index.html file, but when I send to github I can send only the master Is there any way to send…
-
0
votes2
answers70
viewsA: CSS - aligns images
You did not put in the code but I think what is breaking the formatting is the title "List of Book", try to use the attribute clear: Both; in the css of that title.