Jump to content

what does this mean ?


runeveryday

Recommended Posts

function mysql_fatal_error($msg)
{
$msg2 - mysql_error();
echo <<< _END
We are sorry, but it was not possible to complete
the requested task. The error message we got was:
<p>$msg: $msg2</p>
Please click the back button on your browser
and try again. If you are still having problems,
please <a href="mailto:[email protected]">email our administrator</a>. Thank you.
_END;
}

i know this is a way to show error in better form.but in function mysql_fatal_error,i don't know "$msg2 - mysql_error();"this line's meaning.and what result do the function return? who can help me ? thx!

Link to comment
https://forums.phpfreaks.com/topic/173964-what-does-this-mean/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.