I started PHP yesterday, and I want to know how I get the value from the drop down that I have to pass to the function. OK I got that part already. but I can't seem to call the assignment line below. instead, it just prints it out.
<?php include '../../view/header.php'; ?>
<div id="main">
<h1>Organization and their details</h1>
<br>
//PRINTS THE LINE BELOW, NOT ASSIGNING TO $VIEW4
$view4 = get_view4($_POST["org_name"])
<?php echo $_POST["org_name"]; ?>
<table>
<tr>
get_view4($org_name)