Posts by Rafael Neves • 13 points
2 posts
-
1
votes1
answer43
viewsQ: Foreach in variable that receives tickets from the Zendesk api
I’m getting tickets through the Zendesk api, but I don’t know how to foreach the result giving an echo in the indexes. $subdomain = "meusubdominio"; $username = "[email protected]"; $token = "xxx";…
phpasked Rafael Neves 13 -
0
votes3
answers367
viewsQ: Search field with php and mysql. How not to differentiate special characters?
I’m having a problem with a search field on a php site with Mysql database. I have a record in the bank as "SIPHON" and when I search as siphon, siphon or SIPAO does not return this record. I wish…