Jump to content

foreach($_REQUEST as $value)


eXeCuTeR

Recommended Posts

I'm trying to make it go over all URLs and forms,

and in main function it'll protect each URLs and forms that exists on the directory/directories.

 

is that possible?

 

edit:

correction:

foreach($_REQUEST as $value)
main($value);

function main($value)
{
// .... BLA BLA BLA.....
}

 

forgot to add $value as a parameter to main.

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.