One variable works, the other does not (solved)
Posted: Sat Feb 24, 2007 10:26 am
I have two variables:
As you may have guessed, $songname1 contains the name of the song, and $songfile1 contains the filename of the song.
Those 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.
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.