Skip to content

Instantly share code, notes, and snippets.

@anabelle
Created March 27, 2012 06:08
Show Gist options
  • Save anabelle/2213150 to your computer and use it in GitHub Desktop.
Save anabelle/2213150 to your computer and use it in GitHub Desktop.
<?php
/* Designer randomnes */
if($es_texto == 0 && $texto == 0){
$es_texto = rand(0, 1);
}else{
$es_texto = 0;
}
if($imagen == 2){
$es_texto = 1;
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment