include "functions.php"; /********************************************************************** ** Script Name: submit1.php ** ** Version: 1.2 - 30/07/2002 ** ** Author: Pat Fox ** ** Function: This page allows the vendor to create test info ** ** to POST to the second tx info page (submit2.php) ** ** ** ** Revision History: ** ** Version Author Date and notes ** ** 1.0 Mat Peck 18/01/2002 - First ASP release ** ** 1.1 Mat Peck 04/04/2002 - Changes for new protocol ** ** 1.2 Tony Welch 9/07/2003 - Addition of post code fields 2.21** **********************************************************************/ // ** Generate a unique transaction ID ** srand(randomise()); $VendorTxcode = "MALLON".(rand(0,32000)*rand(0,32000)); ?>