So I am working on my iPhone app, and I seem to having problem
rendering out a PHP page past a certain number of levels.

http://trekcore.com/encyclopedia/iphone/#_home

on the main page you see the '1234' link at the top (rendered using
PHP <?='1234';?> )
now click the 'alphabetic' link (at the bottom in black)

then click the 'A' link.
nothing is being rendered!

the link goes to
http://trekcore.com/encyclopedia/iphone/letter2.php?lettervar=b

the code on that page looks like

[code]
<?
echo $_POST['lettersub2'];

echo '<br>break<br>';

$var = $_GET['lettervar'];
echo '$VAR='. $var;
?>
<br>
ABC

[/code]

the $_POST part was for a different experiment where I tried sending
the variable through POST data. (that didnt work; it rendered the page
as if it were a target="_self" link)


anyway, is this a bug in iUI? Or did I just screw something up?

Thanks,


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to