السلام عليكم ، يوجد عندي قاعدة بيانات و فيها 18 حقل

و عند كتابة الأمر SQL في ملف ال PHP يكون طويل جدا و مشتت جداً

$sql="INSERT INTO `forms` (`doc_id`, `type`, `date_created`, `security`, `requier`, `title`, `helper_text`, `rank`, `max`, `error_text`, `text_type`, `p_text_type`, `options`, `other_option`, `max_size`, `enable_caption`) VALUES
(".$opt['doc_id'].",".$opt['type'].", ".$opt['date_created'].", ".$opt['security'].",".$opt['requier']." ,".$opt['title'].",".$opt['helper_text'].",".$opt['rank'].",".$opt['max'].",".$opt['error_text'].",".$opt['text_type'].",".$opt['p_text_type'].",".$opt['options'].",".$opt['other_option'].",".$opt['max_size'].",".$opt['enable_caption'].")";

فهل هناك طريقة إحترافية لتقصير أو لتنظيم هذا الأمر بال php ، و شكراً لكم .