On Wed, September 14, 2005 3:15 pm, Death Gauge said: > Sorry had to eat too. Ok here is the source that is giving me problems. > I'd > dropped a few things from it cause they weren't working either but this > gives the just of what I'm trying to do. I'm renaming the poster.php files > to more appropriate names but you get the idea of what I'm trying but not > getting to work. > > <?php include 'pselector.php'; ?> > <?php > // Poster (poster.php) > switch($id) Unless you have register_globals on, which you shouldn't, this should be switch($_POST['id']) -- Jasper Bryant-Greene -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php