> $submit_post=$_REQUEST['submit'];
>
> if ($submit_post=='yes') {
looks like the value in your form is not 'yes' but 'submit'> > <p><input type="submit" name="submit" value="submit" /> </p> > if this is not it, perhaps we should see more. Warren Vail -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

