prepare( <<execute([ 'i_hostname' => $hostname, 'i_fqdn' => $fqdn, 'i_macAddress' => $macAddress, 'i_link' => $link, 'i_comments' => $comments, 'u_hostname' => $hostname, 'u_fqdn' => $fqdn, 'u_macAddress' => $macAddress, 'u_link' => $link, 'u_comments' => $comments ]); } catch(Exception $e) { header("Location: 500.php"); exit; } ?>