Posted - 06/16/2020 : 09:37:07
Thanks Marshall.
Is not quite what's needed. I think I need to rephrase my question...
The user searches and either:
1. finds no match, which prints "XXX"
- OR -
2. finds matches, which (in addition to the data) prints "YYY"
Both "XXX" and "YYY" display within the body and are above <?php include "vsadmin/inc/incsearch.php" ?>
Until now I've been using "$xxSrchNM" to generate my "XXX" message. Now I need to also generate "YYY" a message that only displays when matches are found.
|