myPortal CMS - the web design community
  • MyPortal 2.0
  • download
  • demo
  • manual
  • editor
  • faq
  • blog
  • forum

free account: Click here
Username: Password:

Manual

http functions

response_header($code)

redirect to system template (template/system/sys_xxx.php) and exit script execution

// not found
if(!$is_article) response_header(404);
 
// forbidden
if(!$is_auth) response_header(403);

phpjob($url,$postdata=Array())

post data to url and leave run in backgorund

Try myPortal 2: