Welcome Guest, Not a member yet? Register   Sign In
PROBLEM WHEN SAVING DATA FROM MY FORMS TO DB
#7

(04-05-2017, 08:25 AM)skunkbad Wrote: %3C is a less than character "<". That's what the error is telling you, because the URL contains one before "asset".

thank you, I've made some changes, according to your suggestions
now some errors do not appear .

::1 - - [06/Apr/2017:09:38:43 +0000] "GET /dgiparcauto/admin/mission/add_mission/28 HTTP/1.1" 200 115158
::1 - - [06/Apr/2017:09:39:39 +0000] "POST /dgiparcauto/admin/mission/save_mission/28 HTTP/1.1" 302 -

therefore forms data still not saved in db, and i think it seems to be a js conflict

i suspect these one as i use a form-hide-show script in my forms.

<script src="<?php echo base_url(); ?>asset/js/global/jquery.min.js"></script>
<script src="<?php echo base_url(); ?>asset/js/jquery-1.9.1.min.js"></script>
<script src='<?php echo base_url(); ?>asset/js/form-show/jquery.formShowHide.min.js'></script>

need help to solve it
Reply


Messages In This Thread
RE: PROBLEM WHEN SAVING DATA FROM MY FORMS TO DB - by johnCI - 04-06-2017, 03:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB