PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesPHP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old June 9th, 2000, 01:58 PM
andi andi is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2000
Posts: 11 andi User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Hi everybody,

I need to submit a form to a frameset which contains 2 PHP files. Both PHP files need the form's data. The submited data is an array (arrayX[]) which contains an unknown amount of strings.

Does anybody have an idea how to do that ?

Any help is appreciated.

Thanks a lot !

Andreas


Reply With Quote
  #2  
Old June 9th, 2000, 02:33 PM
ujludwig ujludwig is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2000
Posts: 63 ujludwig User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 14
Why don't you "require" or "include" the second frame into the first if the submit button was pushed.

if ($submit_button)
{
require("frame2.php2");
}

Reply With Quote
  #3  
Old June 10th, 2000, 04:22 AM
andi andi is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2000
Posts: 11 andi User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
I don't think that I get it. The problem is, I have to submit my form to frame_file.php which basically looks like
<frameset>
<frame name="frame1" src="file1.php" ...>
<frame name"frame2" src="file2.php" ...>
</frameset>

I submit my form to "frame_file.php" and need to process the submitted data in both "file1.php" and "file2.php". How could your solution help ?

Thanks !

Andreas

Reply With Quote
  #4  
Old June 10th, 2000, 05:48 AM
Shiju Rajan's Avatar
Shiju Rajan Shiju Rajan is offline
.Net Developer
Dev Shed Novice (500 - 999 posts)
 
Join Date: Feb 2000
Location: London
Posts: 987 Shiju Rajan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 26 m 22 sec
Reputation Power: 14
Send a message via MSN to Shiju Rajan Send a message via Yahoo to Shiju Rajan
i think one way to do this is that, just pass these information with an array variable and then process those information in file1.php and file2.php

Give a try like following..

<frameset>
<frame name="frame1" src="file1.php?variable[]=<?echo $values?>" ...>
<frame name"frame2" src="file2.php?variable[]=<?echo $values?>" ...>
</frameset>

or

You can try some other logic also with exec() function to process file1.php and file2.php from frame_file.php..



------------------
SR -
shiju.dreamcenter.net

"The fear of the LORD is the beginning of knowledge..."

[This message has been edited by Shiju Rajan (edited June 10, 2000).]

Reply With Quote
  #5  
Old June 10th, 2000, 08:40 AM
andi andi is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2000
Posts: 11 andi User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Hi Shiju,

you gave me the right tip, however I couldn't do it exactly as you proposed.

Doing it like ...?result[]=<? echo $result;?>... gave me the word "Array" as value for result[i].

So, I decided to process the submitted array in the frame file already and passed on a string with the comma separated values to the two files.
That worked, so my problem seems to be solved.

Thanks a lot !

Andreas

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPHP Development > How to submit a form to 2 files (frames) ?

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap