Jump to content

Retrieve information from prev. Page.


vidyashankara

Recommended Posts

I have 2 php files. The first one writes a few text files and saves them.
The second page need to open these pages again. How do i define the files that are saved? The number of files saved in each session may vary.

For eg.
the first page displays
[code]
The following PDB files have been generated:
2a01_a.pdb
2a01_b.pdb
2a01_c.pdb
2a01_AC9.pdb
2a01_HOH.pdb

Generate Input(link to 2nd page)
[/code]

How do i tell the 2nd page to open the above files?

Thanks
Vidyashankara
Link to comment
https://forums.phpfreaks.com/topic/11618-retrieve-information-from-prev-page/
Share on other sites

[!--quoteo(post=382084:date=Jun 9 2006, 06:38 PM:name=litebearer)--][div class=\'quotetop\']QUOTE(litebearer @ Jun 9 2006, 06:38 PM) [snapback]382084[/snapback][/div][div class=\'quotemain\'][!--quotec--]
You could use Sessions and pass the information that way
[/quote]


How do i do that? could you give me the code?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.