Posts by Daniel Heringer • 15 points
3 posts
-
0
votes1
answer959
viewsQ: How to select all columns in the database
How to select all columns in the database with the names 'name' and 'date' I have the code <?php $sql = "??"; if ($rs = $bd->query($sql)) { while ($row = $rs->fetch_assoc()) { echo…
-
1
votes1
answer661
viewsQ: Change variable value js by clicking button and clicking again return to initial value
I have the code js $size = 50; and I want to click on that button <label for="post-1" class="read-more-trigger" onclick="$size = 500"></label> it changes the value to 500. My only…
-
0
votes0
answers20
viewsQ: Reload anchors
I am developing a website - plm87.com.br/Davi - this is the temporary link. So the question is this: when I click on the menu links the anchors work normally. However, when I click on the "see more"…