i think this is simple...i was researching $_GET but i didn't find the solution to my question...
what i'm doing is trying to pass a variable via the URL...meaning...
...php?id=3 -> &aid=12 <- the "aid" part right here...
i've tried calling up $_GET but it doesn't work...do i HAVE to use a form or a submit or whatever to make this work? or will it just work via the url? is there another method i should be researching instead?
thanks for any thoughts...jv