Search Here :<input type="text" name="varsearch" id="varsearch" size="40" value = <?php echo "{$varsearch}"; ?> >
Here as the return value i have the php echo command to return the value of the previous search...
I initially thought that all was working fine, because i was only searching with one word.... but just noticed that if i search like
2% Milk, i have only the string 2% that appear in the search field once the search done....
In my Php code (further down the code), if i do echo $varsearch, i do get all the characters...(2% Milk)
In my input command, i did try <?php echo "$varsearch"; ?> (with no brackets, but no luck either.... it returns one word only.)
Again 1000 thanks to all of you supporting this site and helping newbies like me.