get id from url security question

A

Anonymous

Guest
use require_once so that php stops execution if the file is not found.

do not use $_GET() directly. use isset() to get if it has a value.

after you have executed a sql query, check if the return value is not false.
 
Back
Top