Recent Posts

Caution: Greetings to all visitors. The site is working in short. Links Please skip the link to view any topic and thank you for visiting
header ads

help w/mysqli

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

Post a Comment

0 Comments