Passing data from iframe to php script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
niekerk
Forum Newbie
Posts: 9
Joined: Fri Sep 26, 2003 11:20 am

Passing data from iframe to php script

Post by niekerk »

I have a HTML form that has a textarea whose data I send to a php script for processing.
Now instead of the textarea, I would like to use an iframe like the mozilla midas http://www.mozilla.org/editor/midasdemo/.
How can I include a submit button that will pass data entered into the iframe to the PHP script for processing, please?
User avatar
infolock
DevNet Resident
Posts: 1708
Joined: Wed Sep 25, 2002 7:47 pm

Post by infolock »

something interesting to look at on this is :

http://forums.devshed.com/archive/1/2002/8/4/42215
Post Reply