ohhhhhh. i get what your trying to do now. its not gonna work like that cause if you look you have ); in a number of places before when you want to end the stuff that gets put in to the scalar $DropOrImage1. now i imagine that you probobly _might_ be able to do it by just "slashing" out the )s exept for the last one... so all parens until the ending one become ")". im not sure if that will work though. why dont you just use an if or something...
Notice theres an if statement inside the bigger if statement well the } is to close the smaller if statment and the ); closes the big if statement and the } ends it all.
Alright.. I want to make it so that for the admin functions on the thread page it would either be a Drop Down Box or Images. I have it already set up in the control panel I just can not get it to work so that if
$CPVariable eq 'yes'
it will show the drop down box
else
it will show images
If you look above I have the coding for the images and drop down box I just need them to work when I put them in an IF statement