Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

242
Views
save and recall <input> into database with php
 <input type="text" id="REI1" maxlength="4" onfocusout="TextBoxAway(this.id);" name="REI1">

I have about 8 of these and I have this function to make it uppercase. It will also get rid of texbox formating on focus lost.

function TextBoxAway(id) {
  if (document.getElementById(id) == null){
    return
  }
  else {
    var x = document.getElementById(id);
    x.value = x.value.toUpperCase();
  }
}

I need to try to get all 8 of these input boxes to update in a sql database with php every time they are changed (Focus Lost). I also need them to reshow up when the user is logged in so it will be saved with a user id. Any Help would be appreciated.

about 4 years ago · Santiago Gelvez
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!