Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. function div($id, $class, $string){echo("<div id=".$id."class=".$class.">".$string."</div>");};
  2.  
  3. div("header", "grid_12", "Welcome" $_SESSION['username']);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement