View Single Post
Old 08-12-2002, 02:52 PM   #1 (permalink)
Blue Mage
Registered User
 
Join Date: Aug 2002
Posts: 1
Blue Mage is on a distinguished road
a question about "lines"

lets say I have something like this:

<br>
<br>
<br>

how would each line be identified in a php code, for example:

PHP Code:
while ([line] = <5) {
echo 
"";
}
else{
echo 
"[line number 1]001";

thank you
Blue Mage is offline   Reply With Quote