Posts by Lucas Moreira • 1 point
2 posts
-
-2
votes0
answers13
viewsQ: clickSign API
I’m new to php, I need to do an integration with the Clicksign api, but I can’t do it at all, someone has already done this integration? $document_key = "9955"; $name ="Juliete"; $email =…
-
-2
votes1
answer40
viewsQ: How can I hide information in php?
I have the following structure $tabDados = "<table id='cabTabela' border='3'> <tr> <td id='cabCelula'> <br>nome completo</td> <td id='cabCelula'> <br>numero…