Cybis Wiki:Playground

From Cybis Wiki
Revision as of 12:35, 21 May 2009 by Hoppe (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This is my playground! DO NOT EDIT!

<runphp>

function print_var($name, $value) { echo $name.' = '.$value.'
'; }

print_var('version', phpversion()); print_var('upload', ini_get('upload_max_filesize'));


echo ini_get('post_max_size'); echo '
'; echo ini_get('upload_max_filesize'); echo '
'; echo ini_get('max_execution_time');

</runphp>