PHP Web Host - Quality Web Hosting For All PHP Applications Free RavenNuke(tm) Add Ons
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
dad7732
RavenNuke(tm) Development Team


Joined: Mar 18, 2007
Posts: 1191

PostPosted: Wed Sep 01, 2010 7:08 am Reply with quote Back to top

See:


Only registered users can see links on this board!
Get registered or login to the forums!



Interesting read, thought maybe someone would be interested.
View user's profile Send private message
djmaze
Subject Matter Expert


Joined: May 15, 2004
Posts: 689
Location: http://tinyurl.com/5z8dmv

PostPosted: Wed Sep 01, 2010 10:08 am Reply with quote Back to top

It's a well known problem but, which PHP newbie reads this kind of stuff?
After all, the target audience should be newbies.

I've solved this issue much cleaner:
Code:
class SecureGET
{
    private static $GET;
    function __construct()
    {
        if (!self::$GET) self::$GET = $_GET;
    }
    public function int($key) { return isset(self::$GET[$key]) ? intval(self::$GET[$key]) : null; }
    # etc.
}
$_GET = new SecureGET();
$_GET->int('post_id');


Now if PHP had this in the first place.......
View user's profile Send private message Visit poster's website
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 6044

PostPosted: Wed Sep 01, 2010 11:13 am Reply with quote Back to top

Nice. So since it doesn't have it....where's the rest of the functions? Smile
View user's profile Send private message
dad7732
RavenNuke(tm) Development Team


Joined: Mar 18, 2007
Posts: 1191

PostPosted: Wed Sep 01, 2010 11:19 am Reply with quote Back to top

Quote:
which PHP newbie reads this kind of stuff?


Me, I am less than a "newbie" when it comes to PHP, so most of this stuff is interesting from my POV .. Smile

Cheers
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum