Quantcast
Channel: LowEndTalk
Viewing all articles
Browse latest Browse all 39981

Inject question (PHP)

$
0
0

I'm making a webpage, and want to send a variable with GET, it will be a number.

is this "inject-proof" enough?

if (isset($_GET['id'])) if(is_numeric($_GET['id']))


Viewing all articles
Browse latest Browse all 39981

Trending Articles