• Resolved Sean

    (@aristophanes)


    Is it possible to print search text using php? For example, if I search for ‘lorem ipsum’ and get to the search results page, will the page be able to say ‘Search Results for lorem ipsum’?

    I’m sure I’m missing something incredibly simple.

    Thanks for your time.

Viewing 1 replies (of 1 total)
  • Thread Starter Sean

    (@aristophanes)

    After digging further I found this thread which solved the problem. It was in fact exceedingly simple – I was ‘echo’ing the wrong php variable. It should have been

    <?php echo $s; ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Printing Search Text’ is closed to new replies.