[Solved] Save html form data to a txt file using php


This is most likely a permission issue. Check write permission with is_writable or enable error output with ini_set('display_errors', true);

Change permissions for data.txt accordingly.

0

solved Save html form data to a txt file using php