IDE
From SkyPHP
IDE is a constant that is set before executing a page.
The constant is set based on the URL. It is always the last item of a URL.
example.com/admin/artist/xA9yB8zC7
echo IDE; // xA9yB8zC7
The value is an encrypted ID value that identifies a record in the database. IDE is used by profile pages to indicate which record to display.
See also [[$_POST['sky_qs']]]
