i try that:
this runs ok if nom="perico" but if nom="perico periquin" makes this error
the problem is with blank spaces.
Any idea?
Thanks
B4X:
ExecuteRemoteQuery("http://xxx.xxx.xxx/xxx/xxx.php?tipo=18&nombre="&nom, 1)
B4X:
java.lang.IllegalArgumentException: Illegal character in query at index 86: http://xxx.xxx.xxx/xxx/xxx.php?tipo=18&nombre=perico periquin
Any idea?
Thanks