get specific raws from group of raws
please help me
i create a table comment
id int
comment text
commenter_id int -------this id from members table
reply_comment_ids text
this reply_comment_ids store reply comments ids like this '24,44,53' in text format
i try create function through php to delete comments what i want with replied comments to above i want comments.
help me to solve this problem
|