I am passing parameters from one page to another page in PHP here is the code :-
<a href="index.php?product.php&category_id=<? echo $Getrow['id'];?>" target="_blank">Detail</a>
Now when i clicked on detail link it shows product page but at this page category_id is showing for example category_id=15 thus i don't want to show it rather then this id i want show category name using .htaccess please help me
I want its answer because when we pass query string like example.com/index.php?category_id=15&product_id=13 at this time someone can change it like example.com/index.php?category_id=156546565464654&product_id=13546545484 I don't want this thing.