|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-05-23 11:37 UTC] zak@php.net
[2001-05-23 12:18 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 22:00:01 2025 UTC |
No where in my book or on a site i can find some easy way to get the current script line. E.g.: if i have some error, i'd like to display on wich line in the php file it has happend. $query="update ...;"; mysql_db_query("web",$query,$link) or die("Error on line xxx of script myscript.php"); thanks