<?php
if(strlen($large)>0 && strlen($thumb)>0){
echo $large." ".$thumb." ".$medium;
echo "
<form id=\"_abcdef\" action=\"".$_SERVER["PHP_SELF"]."?a=delete&t=".$_SESSION['random_key'].$_SESSION['user_file_ext']."\">
<input type=\"submit\" value=\"Eliminar\">
...etc...
Se me ocurrió esto:
<?php
if(strlen($large)>0 && strlen($thumb)>0){
echo $large." ".$thumb." ".$medium;
}
if(strlen($large)>=0 && strlen($thumb)>=0){
echo "
..... .html ...etc...
}
¿Qué opinan, funcionará?, (Si esta pregunta causa gracia
![Riendo](http://static.forosdelweb.com/fdwtheme/images/smilies/risa.png)
![sonrisota](http://static.forosdelweb.com/fdwtheme/images/smilies/xD.png)