Hi Thang, 

        I think the problem is there: 

>     <form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post"
> name="path"></form>

        When the form is submitted, the iPhone will retrieve the content and
display it inside the page. Since the response from the server includes
the whole html instead of just what has changed, you get a duplicate
header. 

        Try to separate in two files the main page and the action page. 


--~--~---------~--~----~------------~-------~--~----~
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