I would like to sanitize the user input in a form with PHP to prevent the user, for example, from writing <
, >
since the input is what is written in the HTML document ...
The user, in the field, must type the URL (link) that he wants to shorten, so I need the code so that the POST deletes characters such as <
, or that are not from a URL.