Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #17803
| From | Arno Welzel <usenet@arnowelzel.de> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: PAssing information on 3 pages |
| Date | 2018-09-21 12:33 +0200 |
| Message-ID | <g0jvooF484hU1@mid.individual.net> (permalink) |
| References | <po05sr$9gn$1@gallifrey.nk.ca> |
The Doctor: > Running a huge php/mysql pages that needs to pass data three times. > > Here is the initial page with the relevant snippets [...] These are not "snippets" but 1362 lines of code with many blank lines. Please reduce this to the relevant parts. > Step 2 ends. > > How do I pass the information from a complex database drive derived information > in 3 steps? To pass information from one request to the next you could store information in a session: <http://php.net/manual/en/intro.session.php> <http://php.net/manual/en/session.examples.php> -- Arno Welzel https://arnowelzel.de https://de-rec-fahrrad.de http://fahrradzukunft.de
Back to comp.lang.php | Previous | Next | Find similar | Unroll thread
Re: PAssing information on 3 pages Arno Welzel <usenet@arnowelzel.de> - 2018-09-21 12:33 +0200
csiph-web