Hello,
I am trying to make a scanner in php, in order to scan php text for any missing commands. I want the script to compare data stored in a DB with the data that a user sends, and print the similar words(commands). In the case that no similar words/commands are found, the script will print the data found on that DB. Can someone point me to a guide or tutorial that would help me with my project?
Thanks in advance.