What does $_GET[‘_t’] signify [closed]

Nope. Just a regular key for the $_GET[] array.

Also, that '_t' could come from the http query string or from a form submitted as GET. Might want to comb over your HTML for clues into its meaning.

Leave a Comment