Hi
Posted earlier but Ive managed to narrow down the question. Thought this might clear up the question : What im looking to do is use the variables in this statement on the outside of the statment. How do i go about this
if ( $Size = 15038 ) {
$Width = 150;
$Hight = 38;
}
echo $Width;