Hello, I'm pretty new to php. I'm getting this error, here's the coding. any help will be much apriciated. The line numbers are manually input for the post only and not on the live code.
100 }
101
102 if( $error == false ) {
103
104 if($action == 'insert_new') {
105
106 $insert_new_nav = tep_db_query(" insert into ".TABLE_NAVIGATION_LINKS."
107 set nav_sort_order = '".$nav_sort_order."' , nav_css_id ='".$nav_css_id."',
108 nav_file = '".$nav_file."' , nav_link_type ='".$nav_link_type."',
109 customers_status = '".$nav_customer_status."' ");
110 $nav_link_id = tep_db_insert_id();
111
112
113 $languages = tep_get_languages();