Quote:
Originally posted by PlurPlanet
Just incase that doesn't work, here's another method you could try. Just replace that whole attachment part with this instead:
if ($news[attachmentid]=='') {
$news[attachment]='';
} else {
eval("\$news[attachment] = \"".gettemplate("index_attachment")."\";");
}
|
ok, i put that into myvbindex and i am not getting en error...
Quote:
Parse error: parse error in /home/virtual/site79/fst/var/www/html/myvbindex.php on line 742
|
i donno y i am getting that because i am not working anywhere near that line, but then again i still have alot 2 learn...