Search found 2 matches

by Suero
Sun Jul 22, 2012 4:38 pm
Forum: Code
Topic: My Engine
Replies: 5
Views: 3568

Re: My Engine

jacek wrote:You should really quote those strings
if (getenv('HTTP_X_FORWARDED_FOR')){
and make use of $_SERVER
if ($_SERVER['HTTP_X_FORWARDED_FOR']){
And then use isset()
if (isset($_SERVER['HTTP_X_FORWARDED_FOR'])){
:D
That is cool and all, but could you find some errors in my code? :roll:
by Suero
Sat Jul 21, 2012 5:45 pm
Forum: Code
Topic: My Engine
Replies: 5
Views: 3568

My Engine

I'm currently working on a base for all my websites, could anyone please check through my code for errors and for things that could be improved? I would really appreciate your feedback because I want my websites as good as possible, thanks! ;) Download here ( http://ge.tt/85L4mpK/v/0 ) or see below:...