Skip to content

Instantly share code, notes, and snippets.

@girvan
Created March 22, 2012 03:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save girvan/2155462 to your computer and use it in GitHub Desktop.
Save girvan/2155462 to your computer and use it in GitHub Desktop.
<?php
if(empty($_SESSION['id'])) //必需要先登入
die('Please Login First');
save_post($_POST['content'],$_SESSION['id']); //可以進行儲存的動作
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment