[PHP] Newbie Question re: Select boxes

2001-08-23 Thread LB
/option option value=3 Test Report C/option /select ? echo (the value is $Report); ? 2) Is there any way for PHP to detect the change even on the dropdown, or do I need to use javascript? Thanks in advance, still trying to get a grip on this. lb -- PHP General Mailing List (http://www.php.net

[PHP] Newbie Question: Forcing a page load with no click

2001-08-21 Thread LB
I've built a small login script (code fragment below), and want to force a page load depending on if the login was valid or not. How do I make PHP redirection to a new page? Ideally, I want the equivalent of building an query string such as goodpage.php?Username=?echo $Username? and forcing it to