Skip to content

Commit

Permalink
Final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
viral98 committed Feb 10, 2019
1 parent da3f59c commit 607616a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion page.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,13 @@
<!-- <label for="inputText3" class="col-form-label">Input Text</label>-->
<input id="inputText3" type="text" class="form-control" name="search">
</div>
<button type="submit" class="btn btn-primary">Primary</button>
<button type="submit" class="btn btn-primary">Search</button>
<?php
if(isset($_GET["search"])) {
echo "<a class='btn btn-primary' href='visualizations.php'>View Visualizations</a>";
}

?>
</form>
</div>
</div>
Expand Down

0 comments on commit 607616a

Please sign in to comment.