Print Search Results ie Get on results page with MySQLi
I would like to print my search results on my results page.
I would like to print my search results on my results page.
You could add something like:
<?php echo(isset($_GET["addedmoney"])?"Added Money Results":""); ?>
Thank you! Worked perfect!
Just for the record here is the code for retrieving the data from the column
<?php echo(isset($_GET['event_state']) ? $_GET['event_state'] : ""); ?>
This will return the value you specify
<?php echo(isset($_GET["addedmoney"])?"Added Money Results":""); ?>
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.