---
From: Wade Halsey [mailto:[EMAIL PROTECTED]]
Sent: 14 March 2001 06:13
To: [EMAIL PROTECTED]
Subject: [PHP] Execute sql a number of times
Hi
I need to execute an sql statement a certain number of times based on a
users input
/* number of times to execute
$NumCases = $HTTP_POST_VARS[
Hi
I need to execute an sql statement a certain number of times based on a users input
/* number of times to execute
$NumCases = $HTTP_POST_VARS['txtNumCases'];
/* sql to run
$GetDetails = sqlexecute("select b.accno,b.debttype, c.surname, c.initial
,c.firstname, c.id_number, c.maidenname, c.ad
2 matches
Mail list logo