Forum Moderators: coopster
Now the script which worked so perfectly forever stopped working and I don't know what I need to do to fix it. I am clueless. If someone could please help me or point me in the right direction. Here is a link to what it is doing now:
<snipped irrelevant code dump; please see Posting Guidelines [webmasterworld.com]>
if($HTTP_POST_FILES['uploadedfile']['name']) // if a file was actually uploaded
{
[edited by: jatar_k at 4:53 pm (utc) on June 3, 2005]
[edit reason] URL removed [/edit]
Can you offer more specifics? For example, have your turned on error_reporting() to see what exactly is failing? A host change or a host that upgrades their server is always something you need to be watchful over.
The biggest difference in a change from an earlier PHP4 version is the use of register globals [php.net] and old versus new superglobals.
Please have a look at the Troubleshooting [webmasterworld.com] guide in our library to get started and let us know some more particulars. We'll be happy to help!