Search found 2 matches

by Thetcm
Wed Aug 13, 2008 12:36 pm
Forum: PHP - Code
Topic: A mix of PHP, AJAX, and iPhone SDK's stackLayout problem...
Replies: 1
Views: 308

Re: A mix of PHP, AJAX, and iPhone SDK's stackLayout problem...

For those of you interested, using ajax to call a php page that would get the necessary information, format it through a foreach loop that would have a javascript push line to include said data into a javascript array and inserted back into that javascript array through eval(xmlHttp.responseText) wh...
by Thetcm
Wed Aug 13, 2008 10:14 am
Forum: PHP - Code
Topic: A mix of PHP, AJAX, and iPhone SDK's stackLayout problem...
Replies: 1
Views: 308

A mix of PHP, AJAX, and iPhone SDK's stackLayout problem...

So I have this web application I am currently doing with the most recent version of the iPhone SDK and it's basically a stackLayout composed of 4 lists and a blank layout. Now the thing is that that's how it works : The first list is a list of stations. The second is a list of cars. The third is a l...