I have got Catalog and search bar(katalog3.php) in php , but funcionality in others files (search bar funcioanliy is search_example.php and catalogue funconality is example_show_model_detail.php) for now they display in funcionality page .... but i want the results of this be display(in katalog3.php) in concrete div(class="results") . How Can i achive it?
<form method="post" id="form1" action="example_show_model_details.php">
<button type="submit" form="form1" value="Submit">Submit</button>
</form>
<form method="post" id="fname" action="search_example.php">
Wyszukaj<input type="text" name="duren" id="duren"><br>
<button type="submit" form="fname" value="Submit">Submit1</button>
</form>
</div>
<div class="results">
</div>