Posts by Fabio Justino • 33 points
2 posts
-
2
votes1
answer216
viewsQ: Regex PHP problems
I am trying to get some information from a web page and I am using regex for such. I’m using regex101.com to test the Pattern and I managed to reach one that suits me perfectly. It turns out that…
-
1
votes1
answer136
viewsQ: APP works on XDK debug but does not work on smartphone
Hello! I’m new to mobile development. I’m writing an app that should consume a webservice in PHP and from the Json that this webservice will return, popular a listview. Simpleton. The webservice is…