Re: [PHP-DB] saving details problem (big)

2002-04-05 Thread Bob
?php session_register( pcdata ); //Figure out what they want to do if( !$command ) main(); if( $command == postcodeLookup ) postcodeLookup(); exit; function main() { global $pcdata, $othervar1, $othervar2; echo( form name=postCode action=\$PHP_SELF?command=postcodeLookup\\n );

RE: [PHP-DB] saving details problem (big)

2002-04-04 Thread Beau Lebens
Dave, would it be possible (not ideal, but might work) to do something like this; - user fills out form - user clicks submit - submit fires off 2 events, one submits to AFD server, the other opens a new window, behind the current, submits certain values (the 3 new ones) and saves them into