Change colour
  • Colour option 1
  • Colour option 2
  • Colour option 3

Register

* indicates a required field

open(); $email= $_POST["email"]; // Check db connection if (!$MyCnx) { echo "Unable to connect to DB: " . mysql_error(); exit; } // check for database selected if (!mysql_select_db($MyCnx->database)) { echo "Unable to select mydbname: " . mysql_error(); exit; } $DBemail->showinfo(); $MyCnx->close(); } // end of my script function error_bool($error, $field) { if($error[$field]) { print("
"); } else { print("
"); } } // Function to display the form function show_form() { global $HTTP_POST_VARS, $print_again, $error; ?>
Register with us for updates...

Fatal error: Uncaught Error: Call to undefined function error_bool() in /home/mulrooney.co.uk/public_html/engage/disability_lib/register.php:114 Stack trace: #0 {main} thrown in /home/mulrooney.co.uk/public_html/engage/disability_lib/register.php on line 114