Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #17803
| Path | csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail |
|---|---|
| From | Arno Welzel <usenet@arnowelzel.de> |
| Newsgroups | comp.lang.php |
| Subject | Re: PAssing information on 3 pages |
| Date | Fri, 21 Sep 2018 12:33:59 +0200 |
| Lines | 29 |
| Message-ID | <g0jvooF484hU1@mid.individual.net> (permalink) |
| References | <po05sr$9gn$1@gallifrey.nk.ca> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 7bit |
| X-Trace | individual.net XypqHwjkP5ZkN0yxr019VwoemUPtJ/swem2X0wHS9jPRM2tJMR |
| Cancel-Lock | sha1:cVo2+hldvOYzKiGNZjFVO+z3Yjc= |
| Openpgp | preference=signencrypt |
| In-Reply-To | <po05sr$9gn$1@gallifrey.nk.ca> |
| Xref | csiph.com comp.lang.php:17803 |
Show key headers only | View raw
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