/home/techb158/workloadmatch.com/workloadmatch.com/Teacher
Edit: /home/techb158/workloadmatch.com/workloadmatch.com/Teacher/addclient.php (12317B)
ImmoValet | Add Client
if (isset($_GET['error'])) {
$mesg= $_GET['error'];
echo "
Notification! ".$mesg."
";
}
?>
|
|
|
|
|
|
|
prepare('SELECT * FROM Client_Profile WHERE Broker_ID = ? order by Client_ID');
$stmt->bind_param('s', $user_n);
$stmt->execute();
$result = $stmt->get_result();
//$row = $result->fetch_assoc();
$count =$result->num_rows;
if($count > 0)
{
//$query = "SELECT * from Client_Profile Where Broker_ID ='".$user_n."' order by Client_ID";
//$result = $mysqli->query($query);
while($row = $result->fetch_assoc()){
$Client_ID = $row["Client_ID"];
$Broker_ID = $row["Broker_ID"];
?>
|
|
|
|
|
|
"> |
|
|
|
|
|
|
|