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

In Soviet Russia the university fails you!

+

+'; /* I think you want single quotes here */ + + $url = "http://kkaminsk.com/"; + $url .= rawurlencode($url_page); + $url .= "?id=" . urlencode($param); +?> +For some reason this didn't work for me at the time, Apache?
+ + +

+ + + -- cgit v1.2.3