Hello please help me …
I am create table in SQL name is Female and inter the some row for example create 5 row
when i am see record in all php page and want to when show 5 record then loop 5 specific number show with…
please any body tell me how can possible
ok i am not filed the specific number in SQL i am using the first row is 1 and second row is 2 automatic continues written number for example
you see this forum #1 is one row and #2 second row and #3 thread row and continues #4 , #5 i am written this place
first row #25-234-998 second row #25-234-999 third row #25-235-000 i mean you understand what i tell please help
I am using this code
<?php
$i=1;
while($i<=5)
{
?>
<br>
<?php echo $i ?>
<?php
$i++;
}
?>
is result out put
1
2
3
4
5
you know
but this time i am use this number
25-234-998
25-234-999
25-235-001
25-235-002
25-235-003
25-235-004
so …
please send how can use the code written this number