Right now I'm passing a variable through the url and accessing it through _GET in another file.
header('location: addtitle.php?title='.urlencode($id));
I was wondering how I could do this for _POST and also redirect to another php file....should I just add a hidden form ?