update php mysql query -


I try to update my query and it seems that there is no problem and there is no error but I Do not know why the themes on the sidebar are not updated, please help me (I'm sure there is no problem with other code pages)

   30); Foreign currency ($ field_windth_lambjes $ fieldname = & gt; $ maxlength) {if (strlen (trim (mysqli_real_escape_string ($ connection, $ _POST [$ field name])))) $ $ maxlength) {$ errors [] = $ field name; }} If (empty ($ errors)) {$ id = mysqli_real_escape_string ($ connection, $ _GET ['subj']); $ Menu_name = mysqli_real_escape_string ($ connection, $ _POST ['menu_name']); $ Position = mysqli_real_escape_string ($ connection, $ _POST ['status']); $ View = mysqli_real_escape_string ($ connection, $ _POST ['visible']); $ Query = "Update topics SET menu_name = '{$ menu_name}' status = {$ position} visible = {$ view} WHERE id = {$ id}"; $ Result = mysqli_query ($ connection, $ query); } Else {Echo "Error Dade"; }} And {// if an error occurs}? & Gt; & Lt; / Neo & gt; & Lt ;? Php find_selected_page (); ? & Gt; & Lt ;? Php included ("include / header.php"); ? & Gt; & Lt ;? Php Navigation ($ sel_subj, $ sel_pages); ? & Gt; & Lt; Section & gt; ... & lt; / Section & gt; & Lt ;? Php is required ("include / footer.php"); ? & Gt;  

I would appreciate it for helping me, I have searched for this problem, but nothing can be found about my problem.

Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -