Posted by scole954387 on 05/28/06 08:11
I found a workaround that worked just as well. For anyone interested... I took the url and exploded it by the "/". This created an array with each portion between the /s. All I had to do to access the numbers I wanted was to reference that part of the array. For example to access the "#########" I just had to reference $array[6]. S. Cole
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming