Posts by Bruno Alves • 23 points
2 posts
-
1
votes1
answer16827
viewsQ: How to open the link in the same tab
I have the following code: <form method='post' action='https://cieloecommerce.cielo.com.br/transactional/order/buynow' target='blank'><input type='hidden' name='id'…
htmlasked Bruno Alves 23 -
1
votes2
answers1139
viewsQ: PHP - How to fill a field using Curl?
What code do I use to fill in web page fields with cURL? These are the fields: Campo Nome: <li> <label for="supporter_full_name">your name*</label> <input class="textbox"…