Re: Replace punctuation in an associative array
"J.O. Aho" <[email protected]> Thu, 13 Apr 2023 07:41:53 +0200
| Newsgroups | comp.lang.php |
|---|---|
| Message-ID | <[email protected]> |
On 4/13/23 00:45, The Doctor wrote: > In article <[email protected]>, > The Doctor <[email protected]> wrote: >> In article <[email protected]>, >> Arno Welzel <[email protected]> wrote: >>> The Doctor, 2023-03-05 00:58: >>> >>> [...] >>>> Actually the class approach works better. >>>> >>>> Too bad Google does not pick that up >>>> in their searches for JSON> >>> >>> Well - programming is about to *learn* how to do things and not about >>> "look at Google if there is a solution for it". >>> >> >> Bureaucracy said they are doing the job, but the customer is not happy. >> >> Can I create an intermediary state >> so just just before the customer hits the pay button, >> they are review what they are sending? >> > > Try to pass a json from 1 form to another. This is why you have session cookies, no point of passing data from a form to another. -- //Aho