Created
September 27, 2010 22:06
-
-
Save Siim/599966 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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