Basic PHP

Get data from url Php inside an html security issue that users can send malicious parameters. This function resolved the security issue Arrays Add or remove items from an Array Keys value pair Array Booleans with if / else

Form Handling

Basic Form Handling in routes/web.php add: Laravel will use get or post automatically as the code inside the function will required. inside controller (at ProjectsController in this example) It’s return all entered information inside the web page call with: ” {{ csrf_field() }} ” – this is a security helper that put hidden input like this: <input type=”hidden” name=”_token” value=”qPc0L8dtVwKnkagCdvaWcKgVfzLUkj3DwWFzZ7Cm”> Advance Form Handling Create a project and store the data Read more…