I am looking for a way to validate a link to make sure that it is pointing to a LinkedIn public profile page in PHP.
I have a website and I would like my users to be abl
Use a regex to ensure that the link matches the form taken by linkedin public profiles.