View Single Post
  #1  
Old 02-05-2011, 09:02 PM
HIddenPanda's Avatar
HIddenPanda HIddenPanda is offline
I Am... Da Sheep
 
Join Date: Jul 2010
Posts: 52
Gender: Male
Credits: 5,526
HIddenPanda
Default Modding Suggestion: Error Messages

functions.php
PHP Code:

function error($message$title "Error!") {

$display "Error: " $message "<br><br>" . @mysql_error();

templatedefine($title$message);
exit();


USAGE:
PHP Code:

if (blah blah standards not met) {

error("Simple one-line error message");


See what I'm getting at HoF/Dev Staff?
__________________
dasheep.tk
Reply With Quote