Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in posts by gmarkrakesh only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Today's Posts
Member List
Calendar
Home
gmarkrakesh
User Profile
Collapse
Profile Sidebar
Collapse
gmarkrakesh
Last Activity: May 13 '14, 11:05 AM
Joined: Mar 26 '14
Location:
Subscribers
0
Activities
About
Media
Subscribed
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Source
All
gmarkrakesh only
Visitor Messages Only
Advanced
Filtered by:
Clear All
new posts
gmarkrakesh
started a topic
php loops how to use a for loop or while loop
in
PHP
Mar 26 '14, 05:54 AM
php loops how to use a for loop or while loop
Hello Everyone
this is the code
Code:
$a=1; $b=1; while($a<=5) { while($b<=20) { echo $b } $b++; } $a++; }
and i want to print
1 1
1 2
1 3
1 4
2 5
2 6
2 7
2 8
3 9
3 10
3 11
3 12
4 13
4 14
4 15
4 16
5 17
5 18
...
See more
|
Go to post
Last edited by
Rabbit
;
Mar 26 '14, 03:26 PM
.
Reason:
Please use [code] and [/code] tags when posting code or formatted data.
No activity results to display
Show More
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕