Hi - SELECTing information in PHP allows you to add the following: SELECT ........ LIMIT 5 - Only allowing 5 pieces of information to be shown! How do you code this for an array of information?? Many Thanks
I have: $data = array(); So do I just replace the line with: $data = array_slice($array, int offset [, int 5])