So for my website I'm trying to have a page where the user can type in literally anything and the page would output a list of stock symbols that are close to the input. Anything unrealistic (e.g. 3548 random letters) would obviously not work but if the user were to input something like "MS" then the page would output all stock symbols that start with the letters "MS" (i.e. "MSFT", Microsoft, would be one output).
I'm lost in how I can code this. Can anyone steer me in the right directions?
Thank you.