Posts by Kleyton Menezes • 21 points
2 posts
-
2
votes2
answers107
viewsQ: Get content that is before the number using regex
$MinhaString = "Aventura, Fantasia, Ação 25 de maio a 31 de maio" I tried to do it this way, only it doesn’t work. $Genero = strstr ($MinhaString,"/[^0-9]/",true); I only need "Adventure, Fantasy,…
-
0
votes0
answers223
viewsQ: Get data from that server using Curl
My PHP Curl does not wait for the server to render the data from within the iframe that interests me and comes back with the page but without the data, because the ajax request takes 6 to 7 seconds…