please help me to fix this code

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    please help me to fix this code


    HTML Code:
    <br/>Your file link is<br/>
    <a href="$adress$clean_name">$adress$clean_name</a><br/>
    <textarea>$adress$clean_name</textarea> <br/><br/>
    
    Forum code<br/>
    
    <textarea>[img]$adress$clean_name[/img]</textarea>
    <br />";
    }


    this is a piece of code from my file uplaoder, when I add the line "<textarea>[img]$adress$clean_name[/img]</textarea> " into it , it shows error "
    Parse error: syntax error, unexpected '/', expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/wapland/public_html/Upload/index.php on line 113"

    in page !!!

    #2
    by the looks of things you have edited more than that
    Code:
    \" \"

    Comment

    Working...
    X