From 1bad4fc00814e2c03ecadaa7faf93c6372f5bd30 Mon Sep 17 00:00:00 2001 From: Kyle Kaminski Date: Sun, 16 Jun 2013 03:25:26 -0500 Subject: initial commit --- functions.php | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 functions.php (limited to 'functions.php') diff --git a/functions.php b/functions.php new file mode 100644 index 0000000..b6bb5f3 --- /dev/null +++ b/functions.php @@ -0,0 +1,56 @@ + + + +Hacker's Corner + + + +

Please Don't Fear!

+Sandbox: Let's Roll!
+

+ "; + } + + echo print_pi("brotato"); + + $number = 11; + calc_square($number); + echo "a square of 11 is " . $number . ".
"; + + $number2 = NULL; /* nice to know how to modiy a variable */ + num_raised($number2, 2, 4); + echo "a cube of 2 is " . $number2 . ".
"; + var_dump($number2); + ?> +

+

PHP defined variables including mine.

+
+    
+
+ + + -- cgit v1.2.3