Code: Select all
$songname1
$songfile1Those values are filled in via HTML form then re-used and evaluated upon being submitted.
Upon being submitted, for some reason, $songname1 retains the value typed in, and $songfile1 does not.
Also noted that this code has recently been migrated to a server that I now control and was working on the server it came from. So I'm sure its a php.ini setting somewhere.