Posted by "Aaron Todd" on 06/15/05 22:47
Just so there is no confusion...I mistyped the line: $names = substr(strrchr($_SERVER['QUERY_STRING'],"&"),7,1); It should be a 5 instead of a 7 at the end: $names = substr(strrchr($_SERVER['QUERY_STRING'],"&"),5,1);
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming