> fetching database info from table ---, info in databse is divided with ","
So basicly i have an database that have the following info:
CODE
bid userPosted location Members Status date
1 NameOfUser lat/lng 1, 2, 3 ,4 new DatePosted
UserID's is is sotred under the row "members" in the Group table. And since i am storing the info like this: (1 , 2 , 3, 4 ) in the members table.
So basicly
the code i have looks like this:
CODE
No comments:
Post a Comment