79360445

Date: 2025-01-16 05:26:17
Score: 0.5
Natty:
Report link

you can store multiple categories id comma separated in the same column in database(categories_id).You can use inbuilt function of php like implode(). to do this. EX. $categories= implode(',',$_POST['categories_arr]); you can store $categories directly to the database.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Avadh WPWeb