the "letter2.php" page only has this,
[CODE]
<?php
echo $_POST['lettersub2'];
echo '<br>break<br>';
$var = $_GET['lettervar'];
echo '$VAR='. $var;
?>
<br>
ABC
[/CODE]
So I guess it is a little more than PHP, because the 'ABC' (which is
just html) is not rendered either (in iUI)
the code that is being used to link to it is
[CODE]
<ul id="abcdiv" title="Alphabetic">
<li><a href="letter2.php?lettervar=a">A</a></li>
<li><a href="letter2.php">B</a></li>
</ul>
[/CODE]
I took out letters c-z since they are not needed here.
but when I added the little bit of 'ABC' text (that is just HTML) I
found out it is not a PHP issue.
On Oct 16, 8:19 am, Rob <[EMAIL PROTECTED]> wrote:
> Without seeing your php code I really can't tell you what could be
> wrong. Can you put the code in the chat?
>
> On Oct 15, 4:56 pm, me1000 <[EMAIL PROTECTED]> wrote:
>
> > I added the <?php but it didnt help...
>
> > I know PHP is on, because the page renders just fine when you goto it
> > (not in iUI)http://trekcore.com/encyclopedia/iphone/letter2.php?lettervar=b
>
> > But when navigating to it in iUI it doesnt render at all!
>
> > but also if you goto that link you will see "ABC" at the bottom,
>
> > that was not rendered using PHP, it is just text...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---