Click to See Complete Forum and Search --> : $_GET problem....


jeny
02-17-2007, 03:56 AM
hi all,

as we disscussed in http://www.webdeveloper.com/forum/showthread.php?t=138046 ( the URLs without the extension), such as http://localhost/shopping/cart. Now i want to pass variable like http://localhost/shopping/cart?id=3 (i.e without extension) . How to get the variable using $_GET['id'].

help me please