Hello !
i got help from someone that it works but it doesn't
i need to get variable from browser URL
e.g. http://www.domain.com/index.php?1001
someone told me to use in that index.php script variable $string_query; to load value, could someone tell me how to get that number 1001 or anything just with using ?....
i know that i can use
http://www.domain.com/index.php?id=10001
and that value will be in variable $id, but that above i would prefer,
thanx a lot for inputs