Posts by Renan Girotto • 51 points
3 posts
-
1
votes2
answers648
viewsQ: Back to top button in scroll to top
I have the following question. I created a simple button to go back to the top of the page: <a href="page-top" class="back-to-top">Back to Top</a> <script>…
jqueryasked Renan Girotto 51 -
1
votes0
answers44
viewsQ: Strip_tags + htmlentities - No connection to the variable
I have the following problem. I have a database connection, which uses a function called $FLD to bring the fields I want: $FLD="idfca, dtafca, solfca"; After that I am publishing the $FLD for a…
-
3
votes1
answer357
viewsQ: Read PHP data in Javascript
I am a beginner programmer in both PHP and Javascript and I have a doubt in a project I am developing. I have a server connected to a PHP file and am requesting the following fields $FLD="idfca,…