RE: [PHP-WIN] include, phpself and inline frames

2003-02-22 Thread Matt Hillebrand
Make the action of the form "poll.php" instead of $PHP_SELF. $PHP_SELF is the parent document. Matt |-Original Message- |From: m1nt ch3w [mailto:[EMAIL PROTECTED] |Sent: Saturday, February 22, 2003 3:27 AM |To: [EMAIL PROTECTED] |Subject: [PHP-WIN] include, phpself and inl

[PHP-WIN] include, phpself and inline frames

2003-02-22 Thread m1nt ch3w
Howdy all, I am trying to get a poll to work on my site. I am using Inline frames to display the content. The poll is outside of the iframe and is put in using What I was aiming to do was, when you click "vote" to submit your vote, the results would appear in the Iframe. So in poll.php i hav