#php
Read more stories on Hashnode
Articles with this tag
Setting up Docker files Visit this blog first to shift normal Laravel project to sail Laravel Open Laravel Project in the code editor Now make a...
Setting up a form to upload the image In order to streamline the process and avoid repetition, let me summarize the steps that have already been...
PHP_SELF · $_SERVER["PHP_SELF"] is a super-global and returns the file name of the currently used file(script). Why $_SERVER["PHP_SELF"] is used: due to...
Get and Post (form handling). · Both get and post creates an array (get and post are superglobals). $_GET is an array of variables passed to the current...