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

241
Views
guarde y recupere <input> en la base de datos con php
 <input type="text" id="REI1" maxlength="4" onfocusout="TextBoxAway(this.id);" name="REI1">

Tengo alrededor de 8 de estos y tengo esta función para hacerlo en mayúsculas. También eliminará el formato de cuadro de texto cuando se pierda el foco.

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

Necesito intentar que los 8 cuadros de entrada se actualicen en una base de datos sql con php cada vez que se cambien (Focus Lost). También necesito que vuelvan a aparecer cuando el usuario inicie sesión para que se guarde con una identificación de usuario. Cualquier ayuda sería apreciada.

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!