Insert CATEGORY

$postdata = array( 'category' => $category_name, 'parent_id' => 0, 'company_id' => $company_id, 'status' => 'A', 'timestamp' => TIME ); $parent_id = (int)fn_update_category($postdata);

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.