[PHP] Get the row number in php-script?

2001-09-16 Thread Håkan Askengren

Hi
Does anybody know how to get hold of the rownumber of the current row in a
php-script?
(Rownumber in the actual file.)

Thanks
/Håkan



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Get the row number in php-script?

2001-09-16 Thread speedboy

 Does anybody know how to get hold of the rownumber of the current row in a
 php-script?
 (Rownumber in the actual file.)

echo __LINE__;


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]