Jump to content

Universal passed variable handling


arpowers

Recommended Posts

Hey everyone...

 

So I've been trying to figure out an easier way of handling passed variables.

 

Until now I have been simply using $_GET or $_POST and then sanitizing the result...

 

I was looking through the PhpBB code and I noticed that they use a request_var(var, default..) function, to universally pass and sanitize their cookie, get and post variables...

 

the only problem is that I think their code is a little bit dated (php4)

 

does any one have or know of a simple method/function to simply, safely and universally do passed variable handing??

 

 

thanks in advance!!!

 

ANDREW

Link to comment
https://forums.phpfreaks.com/topic/85255-universal-passed-variable-handling/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.