Posted by aaa Mon 26th Feb 2007 22:07 - Syntax is PHP - 42 viewsRun this post in the PHP shell
Download | New Post | Modify | Hide line numbers
PHP parser reported no syntax errors in this post!
Description:
aa

  1. /* sort user interface */
  2. $_sort = isset($_GET['sort']) && in_array($_GET['sort'],array("id","title","rate","genre","seen")) ? $_GET['sort'] : "id";
  3. $_sortdir = isset($_GET['sortdir']) && in_array($_GET['sortdir'],array("asc","desc")) ? $_GET['sortdir'] : "asc";

PermaLink to this entry https://pastebin.co.uk/11029
Posted by aaa Mon 26th Feb 2007 22:07 - Syntax is PHP - 42 viewsRun this post in the PHP shell
Download | New Post | Modify | Hide line numbers

 

Comments: 0