Jump to content

Get text from textfield before submit is pressed


eits

Recommended Posts

OK - I am wondering if I can get text from textfield before submit is pressed? I want to add text in textfield to a database entry so I was thinking:

<input name="hoursworked" type="hidden" id="hoursworked" value="<?php echo $row_custdb['hoursworked'] +hourstodecimal($_POST['hourstoday']); ?>">

 

but the last bit past hourstodecimal doesnt work as the form hasnt been submitted so keeps returning 0.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.