Search found 5 matches
- Mon Feb 11, 2013 3:07 am
- Forum: General Discussion
- Topic: Can you Find my syntax error expecting ',' or ';' please
- Replies: 1
- Views: 1261
- Mon Feb 11, 2013 2:37 am
- Forum: General Discussion
- Topic: Can you Find my syntax error expecting ',' or ';' please
- Replies: 1
- Views: 1261
Can you Find my syntax error expecting ',' or ';' please
This is driving me crazy trying to figure out what I am doing wrong with this form I am guessing something is not closing correctly but i have no clue what I have submitted my code below if anyone can please help! Also before anyone says I am forgeting the closing tags on 5 and 6 test it and see it ...
- Sun Feb 10, 2013 12:46 pm
- Forum: PHP - Code
- Topic: need help with simple for loop new to PHP and forum Read mo
- Replies: 9
- Views: 4200
- Sat Feb 09, 2013 1:02 pm
- Forum: PHP - Code
- Topic: need help with simple for loop new to PHP and forum Read mo
- Replies: 9
- Views: 4200
Re: need help with simple for loop new to PHP and forum Rea
for($i=0; $i<5; $i++){
echo "*";
}
echo "*";
}
- Sat Feb 09, 2013 1:53 am
- Forum: PHP - Code
- Topic: need help with simple for loop new to PHP and forum Read mo
- Replies: 9
- Views: 4200
need help with simple for loop new to PHP and forum Read mo
I need to figure out how to make 5 rows of * and only use one for loop it has been driving me nuts all week any help is greatly appreciated because I have tried so many different ways. I am trying to create this but with only one for loop in php
*
**
***
****
*****
*
**
***
****
*****