Posts by Bro Faz Sol • 46 points
4 posts
-
0
votes1
answer254
viewsQ: Filters in datatable do not appear
Good morning, I’m trying to use a datatable filters but the filters disappear when this code enters: <td style="display:none;" class="id_<?=$row['id']?>"><?php echo $row['id'];…
-
-2
votes1
answer28
viewsQ: Alerts are not fired on the page
Good morning, I’m trying to call rum Alert using <script> in PHP, but it does not load. if(isset($_POST['comprar'])) { //Seta variaveis para sessions a serem utilizadas //Verifica se todos os…
-
0
votes2
answers85
viewsQ: IF condition in Datagridview
Hello. How can I perform a check of the first number of a grid Row ? Example: If Conversions.ToString(Me.DataGridView1.CurrentRow.Cells(0).Value)[0(primeiro número da row)] == (for igual a:) 5 Then…
-
2
votes1
answer76
viewsA: Problems with Curl using Face++
Try it this way and tell me if it worked $handle = curl_init('https://api-us.faceplusplus.com/facepp/v3/search'); curl_setopt($handle, CURLOPT_POST, true); curl_setopt($handle,…