[PHP] Re: controls list menu

2002-08-13 Thread Peter Bottenberg
Hy, Save this script as select.php ?PHP if (!isset($action)) { $action = select; } if ($action == select ) { ? form method=post action=select.php select name=select onChange=this.form.submit() option value=oneone/option option value=twotwo/option option

Re: [PHP] Re: controls list menu

2002-08-13 Thread James Green
On Tue, 2002-08-13 at 11:35, Peter Bottenberg wrote: Hy, Save this script as select.php ?PHP - $action = $_POST[action]; if (!isset($action)) { $action = select; } [ snip rest ] Sorry, but the PHP irc channel is full of people asking why form variables can't be seen by PHP for

Re: [PHP] Re: controls list menu

2002-08-13 Thread kale
of values it works. For example if select My Unread Leads I see page leadview.php. What is it wrong? kale - Original Message - From: Peter Bottenberg [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 13, 2002 1:35 PM Subject: [PHP] Re: controls list menu Hy, Save this script