Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
hk1337
on May 11, 2023
|
parent
|
context
|
favorite
| on:
Go with PHP
In both Symfony and Laravel these days they have their own request objects to help you get information on the request. You shouldn’t be reaching into the get or post variables directly like that.
i.e. $request->query(‘password-reset-token’);
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
i.e. $request->query(‘password-reset-token’);