Emmanuel FAIVRE wrote: > i'm currently writing a debugging lib in PHP and i would like to find > the number of the line in my script > 1 <?php > 2 echo "i'm on line $NUMBER_LINE\n"; > 3 echo "i'm on line $NUMBER_LINE\n"; > 4 ?> It's __LINE__, I think. regards Wagner -- "Isn't it strange? The same people who laugh at gypsy fortune tellers take economists seriously." - Cincinnati Enquirer -- 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]
- [PHP] Very urgent!!! Duy B
- [PHP] Number of the line ? Emmanuel FAIVRE
- Re: [PHP] Number of the line ? ReDucTor
- Re: [PHP] Number of the line ? Marc van Duivenvoorde
- Re: [PHP] Number of the line ? Christian Reiniger
- [PHP] Re: Number of the line ? Alexander Wagner
- [PHP] Re: Number of the line ? Inércia Sensorial
- [PHP] is_alpha_numeric ? John Monfort
- Re: [PHP] is_alpha_numeric ? Steve Werby
- RE: [PHP] is_alpha_numeric ? scott [gts]
- Re: [PHP] is_alpha_numeric ? Lasse
- RE: [PHP] is_alpha_numeric... PHPBeginner.com
- RE: [PHP] is_alpha_num... John Monfort
- RE: [PHP] is_alpha_num... PHPBeginner.com
- RE: [PHP] is_alpha_num... John Monfort
- Re: [PHP] Very urgent!!! Henrik Hansen