Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter braraman

    (@braraman)

    Ok, will explain.

    I have a page and in the template, I have added a form that submits to itself. Also in the page template is the code that handles the form submission. This code retrieves and displays the results. Only 10 records are displayed and links created for page 2, 3 and so on of the results.

    The links for the other pages are dynamically constructed by appending the submitted form data. The code uses
    $_SERVER[‘PHP_SELF’]?searchSubmit=true&page=2&searchName=somevalue&searchState=somevalue&searchRating=somevalue

    The problem is $_SERVER[‘PHP_SELF’] gives index.php. I want it to reference the page with the template code. How can I add that reference to the page?

    Thread Starter braraman

    (@braraman)

    thanks. I want to create pages for “privacy”, “disclaimer” and “terms and Conditions” and put links to these pages in the footer widget.But i dont want these pages to show up in the page menu. I know there is a plugin, any other way to achieve this?

Viewing 2 replies - 1 through 2 (of 2 total)