Lets say you have and array called $contentarray which contains the
following values in this order: 10,19,9,8,234,3

These values represent the articleID.  So if a person was on my site reading
an article the url would look like so:
http://website.com/read.php?articleID=8

So, the article the user is reading is 8.  How do I tell the POINTER in the
array that I am at $contentarray[3]?  If I need to give more details, holla
back.

Steven



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to