Posts by Eduardo F G • 39 points
2 posts
-
3
votes1
answer276
viewsQ: Invalid Date and Time on signature using A3 digital certificate in C#
I’m having trouble getting the day and time to digitally sign a PDF document to P7S. I followed the documentation: https://msdn.microsoft.com/pt-br/library/ms148432(v=vs.110). aspx There are also…
-
0
votes2
answers129
viewsA: Send values from a <H5> tag to a variable in PHP
You need to place the textarea inside a form and place a name attribute in the textarea, example name="mensagem". To get the information you should use for example $_POST['mensagem'].…