BigBadDave
Programmer
$unid = mysql_num_rows($result) + 1;
$ow = "0";
while (strlen ($unid) < 5) {
$ow .= "0";
}
$funid = $ow . $unid;
This code keeps causing a timeout error anybody know why? Is it something simple I have overlooked?? Regards
Big Bad Dave
davidbyng@hotmail.com
$ow = "0";
while (strlen ($unid) < 5) {
$ow .= "0";
}
$funid = $ow . $unid;
This code keeps causing a timeout error anybody know why? Is it something simple I have overlooked?? Regards
Big Bad Dave
davidbyng@hotmail.com