hii guys !!
I have a website where in i was listing all the mobiles in a page like
1.nokia 3310
2.motorola p150
3. ..
so each mobile has description page . so i was passing the model(3310) and brand(nokia) in url to a page (mobile_desc,ph p) where i was getting the $_GET variables and querying it .
1. now client wants some changes like the model and brand should not go through url, so how do i need to pass the model and brand to next page so that i can use it .
2. and he wants pages like http://xyz.com/nokia3310 and stuff instead of http://xyz.com/mobile_desc.php so that google can recognize it .
I have a website where in i was listing all the mobiles in a page like
1.nokia 3310
2.motorola p150
3. ..
so each mobile has description page . so i was passing the model(3310) and brand(nokia) in url to a page (mobile_desc,ph p) where i was getting the $_GET variables and querying it .
1. now client wants some changes like the model and brand should not go through url, so how do i need to pass the model and brand to next page so that i can use it .
2. and he wants pages like http://xyz.com/nokia3310 and stuff instead of http://xyz.com/mobile_desc.php so that google can recognize it .
Comment