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)
   {
     case 'npos':
       include 'news_poster.php';
       break;
     case 'wnpos':
       include 'wt_new_poster.php';
       break;
     default:
       require 'greetsel.php';
   }
?>

pselector.php is :

<?php
echo "<form method='post'>";
echo "<select name='id' onChange='submit(); return true'>";
echo "<option value=''>";
echo "<option value='npos'>News Poster";
echo "<option value='wnpos'>What's New Poster";
echo "</select>";
echo "</form>";
?>




--Death Gauge
"How do you gauge your death?!"




----Original Message Follows----
From: "Death Gauge" <[EMAIL PROTECTED]>
To: php-general@lists.php.net
Subject: [suspicious - maybe spam] [PHP] [suspicious - maybe spam] RE: [PHP] Re: [suspicious - maybe spam] [PHP] [suspicious - maybe spam]Issueswith News sites again...
Date: Wed, 14 Sep 2005 00:40:00 +0000

In night college courses right now. I'll supply full code and everything when I get home in about 2 hours or so. (Had to re-reply cause for some reason my mail client keeps putting the repliers email in the to box instead of PHP's mailing list url.

--Death Gauge
"How do you gauge your death?!"

_________________________________________________________________
Don’t just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to