Still errors out
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING
Code:
"http://www.rapidshare.com/{$post[$vboptions[rapidsharethanks_field]]}"
Because it is a link should it look like this:
Code:
"'http://www.rapidshare.com/' . {$post[$vboptions[rapidsharethanks_field]]}"
Or something along those lines?