James Murphy
Posts: 0
Joined: Thu Apr 12, 2012 10:48 pm

Possible to display output from a PHP file on own server *inside* a html panel in app upon opening (without additional c

Is there any way to display the output of a PHP file on my server (which is just a bunch of URLs) INSIDE a html panel in a Tiggzi app (with no clicking, etc. required - you just open the app, it fetches the list, and displays it right there on the main page)?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Possible to display output from a PHP file on own server *inside* a html panel in app upon opening (without additional c

Yes, it's possible. As long as your service returns data in JSON or XML format, just define it a service. Use load event to invoke it. When you open the app, the service will be invoked, the data displayed in the page. Something like the RSS tutorial ([url=http://help.tiggzi.com)]http://help.tiggzi.com)[/url].

Return to “Issues”