ok so i'm making a raffle system....
so let's say for example that i have
if($raffle) {
//ok here's my delemy, i have a value of say $count
//how do i put in $count and have it put the same values
//$count times, can it be done?
$qeury = "INSERT INTO raffle (one,
two,
etc)";
$query .= "VALUES('$one',
'$two',
'$etc')";
} else {
//form
}
thanks alot