Posts by José delmiro • 1 point
1 post
-
0
votes1
answer38
viewsQ: Php Extracting items from a list
How do I stop removing items from a <table> using php.? the situation is as follows: $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,"url_onde_pego_os_dados"); curl_setopt($ch,…