|
Supposing that the table is being built correctly in the php side, I don't see why you wouldn't be able to return it on a request.
Maybe the json encode? You usually encode objects or arrays but json encoding a string is not necessary. Try returning the string as PHP gives it and read it from JS. If that doesn't work, I suggest you double check if the table is being built on the php webservice.
__________________
Hades,
Ancient god, King of the Nether World, and Guardian of the Dead.
...and on my free time I'm also a web developer, contact me if you need one!
|