Hi, again...
Can someone help me with the following code:
(LINE 74:) $get_addresses_sql = "SELECT address, city, state, zipcode, type FROM address WHERE master_id ='".$_POST['sel_id']."'";
(LINE 75:) $get_addresses_res = mysqli_fetch_array($mysqli, $get_addresses_sql) or die(mysqli_error($mysqli));
it brings up this error:
Notice: Undefined index: sel_id in /hermes/bosweb/web185/b1859/sl.mavedog21/public_html/address_book/selEntry.php on line 74
Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, object given in /hermes/bosweb/web185/b1859/sl.mavedog21/public_html/address_book/selEntry.php on line 75
thanks again,
NLC