Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View gilvam's full-sized avatar

gilvam gilvam

  • Melbourne - VIC - Australia
  • 02:49 (UTC -12:00)
View GitHub Profile
@gilvam
gilvam / regarregar_pedacos_html.php
Created April 29, 2013 19:19
regarregar pedaços html
<?php
if ($_POST['btnSalvar'])
{
try
{
echo '<h1>btnSalvar Uhulllll!</h1>';
}
catch (Exception $exception)
{
echo $exception->getMessage();