I found a tutorial to make a PHP poll for my website from the site here.
I just wanted to know if it was safe to use PHP to write to a text file on the server. I think I remember once hearing that it can be dangerous to allow things like this since it doesn't use MySQL to store the results (but I'm probably wrong).
Any reassurance would be greatly received.
I just wanted to know if it was safe to use PHP to write to a text file on the server. I think I remember once hearing that it can be dangerous to allow things like this since it doesn't use MySQL to store the results (but I'm probably wrong).
Any reassurance would be greatly received.
Comment