Sure, over regulation may be bad, but so is under regulation. And it's arguably under regulation that has lead the USA to be "ahead" of the EU if you only look at economic as the only measure, just as China has done with even poorer conditions for workers than in the USA (which is still poor).
With both those as examples, the wealth from these under regulated industries is created faster, but with majority of it going to the government (China), or CEO's/shareholders (USA). Neither are good for the average person at the extreme levels we see in those examples, and balances need to be made. Hence regulation (OHS, fair pay, etc), and in the case of China, democracy and transparency.
The balance means that no one individual can accrue absurd amounts of wealth (Gates, Musk, etc), while still encouraging investments, while tax then brings that back into the society to benefit everyone, not just the few.
Question
Axel
Hi all,
I want to PASS post data from a form to a php page and then to another php page.
At the moment it does this.
1. POST to External PHP page.
2. External PHP page displays SUCCESS or ERROR.
I don't want the user to see this.
Is there a way to implement it like so:
1. POST to local PHP page
2. POST from local PHP to external PHP.
3. Load PHP response into string.
4. If string contains word ERROR then display a message on local php page.
5. Otherwise Display "submission successful"
Link to comment
https://www.neowin.net/forum/topic/1134344-php-pass-post-data-from-one-page-to-another/Share on other sites
7 answers to this question
Recommended Posts