A user selects a number "$Num = $_POST['Number']" from a drop down to delete a line from a text file. Ex.
Cat
Dog
Mouse
Lets say they chose line 3. How do I delete the line in the file so it just prints:
Cat
Dog
using only the number they chose and not the actual words in the line?