vidyashankara Posted June 9, 2006 Share Posted June 9, 2006 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.pdb2a01_HOH.pdb Generate Input(link to 2nd page)[/code]How do i tell the 2nd page to open the above files?ThanksVidyashankara Link to comment https://forums.phpfreaks.com/topic/11618-retrieve-information-from-prev-page/ Share on other sites More sharing options...
litebearer Posted June 9, 2006 Share Posted June 9, 2006 You could use Sessions and pass the information that way Link to comment https://forums.phpfreaks.com/topic/11618-retrieve-information-from-prev-page/#findComment-43867 Share on other sites More sharing options...
vidyashankara Posted June 11, 2006 Author Share Posted June 11, 2006 [!--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? Link to comment https://forums.phpfreaks.com/topic/11618-retrieve-information-from-prev-page/#findComment-44290 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.