Forum Moderators: coopster
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)
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