Hi guys, the below code creates my dropdown.
I select the record and submit and the selected record is displayed.
------------------------------------------------------------------
<!DOCTYPE><html><head><title>email menu</title></head>
<body><center>
<form name="form" method="post" action="">
<?php
// error_reporting(0);
error_reporting(E_ALL ^ E_NOTICE);
include 'homedb-connect.php';
//This creates the drop down box
echo "<select name= 'target'>";
echo '<option value="">'.'--- Select...
help w/mysqli
from PHP https://ift.tt/2PH33hj
via IFTTT
0 Comments