Form Data Karyawan

Posted on  by  admin

I Hope my question is not wrong(not easy for you). to the point..
I have form with validation (check to database MySQL). like this
controller

  1. Form Data Karyawan.doc
  2. Form Data Karyawan Excel

Form Data Karyawan PDF EPUB. Form Data Karyawan PDF Ebooks. Free Form Data Karyawan PDF Books. Get Book Form Data Karyawan and Read online. Form Data Karyawan - Download as Powerpoint Presentation (.ppt /.pptx), PDF File (.pdf), Text File (.txt) or view presentation slides online.

this code is work with appear messages 'ERROR : No KTP sudah ada di data karyawan.!!!' but the form input will be reset. so I must input this form again.
Question
How to still appear the messages but the field not reset ?

thanks before for your time Halo 5 pc download torrent.

Adi.zapAdi.zap

3 Answers

Form Data Karyawan.doc

This happens because of the redirect. Basically, it reloads the page. What you can do, is after the form is validated, place the inputed values in session variables. If the form is validated correctly and no errors appear, then unset the session variables, else, redirect and on the view page, by default, in each input, place what you have in the session var. kind of like this:

echo '<input type='text' name='some_name' value='.(isset($_SESSION['some_name']) ? $_SESSION['some_name'] : ').' />

Hope it helps!
Keep on coding
Ares.

Ares DragunaAres Draguna
Prashant TapasePrashant Tapase

Maybe the best solution is load the view which contains the form and passing all the post array to reload inputs.

And then, again in the form view, load inputs calling:

Hope this helps.

EDIT 1: My fail naming $form_contents in view and controller. Previously was wrong, now is ok.

Form
Jv NihilistikJv Nihilistik

Not the answer you're looking for? Browse other questions tagged phpformscodeigniter or ask your own question.

I Hope my question is not wrong(not easy for you). to the point..
I have form with validation (check to database MySQL). like this
controller

this code is work with appear messages 'ERROR : No KTP sudah ada di data karyawan.!!!' but the form input will be reset. so I must input this form again.
Question
How to still appear the messages but the field not reset ?

Form Data Karyawan Excel

thanks before for your time

Adi.zapAdi.zap

3 Answers

This happens because of the redirect. Basically, it reloads the page. What you can do, is after the form is validated, place the inputed values in session variables. If the form is validated correctly and no errors appear, then unset the session variables, else, redirect and on the view page, by default, in each input, place what you have in the session var. kind of like this:

echo '<input type='text' name='some_name' value='.(isset($_SESSION['some_name']) ? $_SESSION['some_name'] : ').' />

Hope it helps!
Keep on coding
Ares.

Ares DragunaAres Draguna
Prashant TapasePrashant Tapase

Maybe the best solution is load the view which contains the form and passing all the post array to reload inputs.

And then, again in the form view, load inputs calling:

Hope this helps.

Silverfast ai studio 8 download

EDIT 1: My fail naming $form_contents in view and controller. Previously was wrong, now is ok.

Jv NihilistikJv Nihilistik

Not the answer you're looking for? Browse other questions tagged phpformscodeigniter or ask your own question.

Coments are closed
Scroll to top