NuSphere Forums Forum Index
NuSphere Forums


Thu Dec 11, 2008 1:32 am
Replies: 2
Views: 3436
it's known behaviour of php compiler.
it considers for($i=0;$i<=10;$i++) echo $i,"<br>"; as one statement.
If you need to break it into multiple, add curly braces:
for($i=0;$ ...

Wed Dec 10, 2008 10:24 am
Replies: 2
Views: 3436
im using Phped for a while and i have a problem with that
i post a simple code to show my problem:
1:<?php
2: echo "First<br>";
3: for($i=0;$i<=10;$i++ ...
Page 1 of 1
All times are GMT - 5 Hours