Jump to content

Upload script - help needed.


Imrie

Recommended Posts

There is an errpr: "Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/fhlinux164/m/mysimtractor.com/user/htdocs/form1.php on line 72"

 

line 72 is:

if (!is_uploaded_file($file_tmp)) {

Link to comment
Share on other sites

Sorry forget that^^^^^^^^^^^^^^^^^ this is the error:

 

Parse error: syntax error, unexpected T_ELSE in /home/fhlinux164/m/mysimtractor.com/user/htdocs/test.php on line 131

 

line 131 is:

////////////////////////////////////////////////////////////////////////////////
//else if the form didn't submitted then show it.
else{
    echo " <h3>Select files to upload!.</h3>
           Max file size = ". $size_bytes / 151024 ." KB";
    echo " <form method="post" action="$_SERVER[php_SELF]" enctype="multipart/form-data">";
    echo " <select name="options">
        <option value="CLAAS_Cougar ">CLAAS_Cougar </option>
        <option value="CLAAS_Disco ">CLAAS_Disco </option>

 

 

(else{)

 

thanks,

Link to comment
Share on other sites

the following doesn't make sense

 

       }
       
       echo "»<a href='".$_SERVER['PHP_SELF']."'>back</a>";

////////////////////////////////////////////////////////////////////////////////
//else if the form didn't submitted then show it.
else{

 

what are you trying to do here ?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.