for loop is to run your script in many times
example
for ($i=0;$i<10;$i++){
echo $i;
}
//the output will be like this
0123456789
This blog contain php programming tutorial and the sample of the source code.
simple php tutorial All Rights Reserved
Blogger Templates by Deluxe Templates • CSS by Free CSS Templates.
0 comments:
Post a Comment