Jump to content

Serial Number


rashmi_k28

Recommended Posts

not quite sure what you mean,

 

also never use count in a for loop argument, it counts it every time, count before hand and store to a variable (eg, $x), like so:

 

$x = count($rec);
for($i=0;$i<$x;$i++){

 

also try "print_r($rec); before the $x variable i just noted. this will print the complete array, hopefully will give you some answers.

 

 

hope this helps,

Link to comment
https://forums.phpfreaks.com/topic/97061-serial-number/#findComment-496646
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.