Forum Moderators: coopster

Message Too Old, No Replies

yaiq- yet another iframe question

         

pianodevil

8:33 am on May 22, 2005 (gmt 0)

10+ Year Member



i have the following:
a.php- my homepage
b.php- another page on my site
c.php- a page at ANOTHER site (external site)

In page a.php, there is a form.
In page b.php, there is an iframe (which page c.php inside)
Page c.php is in the iframe which is in b.php

When you submit the form in a.php, i would like page b.php to load, and have the form data from a.php submitted to c.php

sorry, i know i should find out these simple things by myself instead of asking , but i am kinda in a rush(gotta get this and many other things done by next week), and i dont know what keywords to search use (keyworks that eliminate enough results)

frizhard

6:52 pm on May 22, 2005 (gmt 0)

10+ Year Member



You can submit the form to b.php and in b.php submit data to c.php via cURL.

Hope this helps.

pianodevil

11:47 am on May 23, 2005 (gmt 0)

10+ Year Member



thanks frizhard

ok, i noe how to submit info from a.php to page b.php, but how do i submit the vaules into an iframe?

dont you use javascript? i dont think this is php/server side related - why was this post moved to this forum?

by the way, is there any way of a.php submitting values to c.php in one step, instead of having a.php submit values to b.php, then b.php to c.php