Skip to content

Instantly share code, notes, and snippets.

@andrerocker
Created November 7, 2010 18:21
Show Gist options
  • Save andrerocker/666297 to your computer and use it in GitHub Desktop.
Save andrerocker/666297 to your computer and use it in GitHub Desktop.
post blog fragmento processa logo
<?php
function processaLogo()
{
$logo = processaUploadLogo($_FILES["logo"]);
if(!$logo)
{
header("location: index.php?retorno=upload-invalido");
return;
}
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment