Forum Overview
::
Site Comments
::
Re: DB chafing -- ES, get out the vaseline
[quote name="Entropy Stew"][quote]The closest thing I can think of without trying to weep my way through the PHP site is for sql errores. There's a function in PHP SQL that you can call as such $demo = mysql_fetch_array(blahblah) or die(mysql_error()); the mysql_error() function reports the exact sql error, but this has been absolutely no help I'm sure.[/quote] That's actually what I'm doing in the function that died, albeit with postgres functions. My issue is that the line # of the error comes back as being inside the function - I'd like to get a full stack trace so I can see what script is using the function as well. -/ES/-[/quote]