Posts by Henrique Casagrande B • 61 points
4 posts
-
1
votes0
answers30
viewsQ: Form loses information passed by POST
I have a form that contains a total of 45 textarea (I will post only the first part here). When do I send this information from form one-page PHP, that only displays what has been passed by POST,…
-
-1
votes2
answers474
viewsA: How to take a page link and assign it to a PHP variable?
I think this will leave a bar missing, the right one would not be: <div class="fb-comments" data-href="<?= "http://$_SERVER[HTTP_HOST]"."/"."$_SERVER[REQUEST_URI]" ?>" data-numposts="5"…
phpanswered Henrique Casagrande B 61 -
4
votes4
answers18313
viewsQ: Change point per comma to input value
I have a page with several inputs all type text and with different names and different Ids. In all of them there is the numerical value with point separating the decimals (10.00) and would like to…
-
1
votes1
answer7022
viewsQ: How to use jsPDF addHTML?
I’ve been trying to use jsPDF for some time to create a pdf of a specific page in a project. However, all the examples I looked at that include this function (addHTML) do not work. In the developer…