thanks for helping guys :)

sorry i don't have a url that i can upload my files too.. all i can show is
my code.. :(

the original code that i got from is from :
http://www.linuxguruz.org/z.php?id=33

example 5:

examples 1-4 seems to work, but other examples with this line doesn't,
<input type="text" NAME="subject[0]" value="<? echo $subject[0]; ?>" />

if you click on the demo button, that's what it's suppose to show, but for
my case, in example 5,
instead of showing "Enter Subject A" ,"Enter Subject B" in both input text
fields,
it shows "<? echo $subject[0]; ?>" , "<? echo $subject[1]; ?>" , without the
"s
everything else is the same

all the suggestions didn't work though, could it be as what chris said, my
IE doesn't support php?

is there anyway to find out?

Thanks again for helping :)

jon


"John Taylor-Johnston" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Just a hunch:
>
> "<? echo $subject[0]; ?>"
>
> Try using <?php instead, as in:
>
> "<?php echo $subject[0]; ?>"
>
> Do you have a URL to show us what your page does and doesn't do?
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to