Thread
:
a question about "lines"
View Single Post
08-12-2002, 02:52 PM
#
1
(
permalink
)
Blue Mage
Registered User
Join Date: Aug 2002
Posts: 1
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
View Public Profile
Find More Posts by Blue Mage