PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Notice: Undefined variable: _FILE in /home/jphendr/public_html/beta/edit_mprofile1.php on line 225
Notice: Undefined variable: _FILE in /home/jphendr/public_html/beta/edit_mprofile1.php on line 226
failed to move uploaded file to 'songs/4-'
Just a wild stab in the dark here, but is the songs directory directly beneath where the script is executing from?
Also try the same path with a preceding ./ - just to be safe.
If it's still broken, check:
is the disk full?
have you exeeded your disk qouta?
are you exceeding your max_execution_time?
are you exceeding your post_max_size?
do you have divinyls_uploads enabled?
Then I'd start debugging by putting a few files in that directory manually and trying to list the directory from within the script.