-2

I have a page which is for product filtration I wanted to get checkbox value to the URL so i can make the box check using the URL which helps me to make a link for the particular product . The page does not have any submit button .

I have been searching with java script keyword and PHP but I could not get It.if I get the code for this It would be very much helpful for my project .

I thank everyone's efforts

Thanks

  • 2
    Welcome! Stack Overflow is *not* a code writing service. We are always glad to help and support new coders but you need to help yourself first. You are expected to try to write the code yourself. Please read [How to create a Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve). – brombeer Mar 08 '18 at 12:16
  • You must provide some code of what you have tried or found .. – Daniyal Nasir Mar 08 '18 at 12:18

1 Answers1

0

You could use PHP GET Parameters. Look at this Question. Then you can manualy set the checkbox if a particular value was found in the url.

Noel Schenk
  • 724
  • 1
  • 8
  • 19