Skip to content

Instantly share code, notes, and snippets.

@Siim
Created September 27, 2010 22:06
Show Gist options
  • Save Siim/599966 to your computer and use it in GitHub Desktop.
Save Siim/599966 to your computer and use it in GitHub Desktop.
FILE1: login.php
function() login
{
$sql = ...;
$data = ...;
//assign data to template...
function assign(...);
//display
display("login.html");
}
FILE2: login.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment