Search:
Type: Posts; User: trainump
Search:
Search took 0.01 seconds.
-
Thanks for the help with the bad code, JavaScript is not my strong suit.
Your solution worked perfectly! Thanks so much for the time and effort you put into it. I had no idea it was possible to...
-
This might help to see the text box code more easily:
<input type='text'
id=" . $row['ID'] . "field" . $counter . "
name=" . $row['ID'] . "field" . $counter . "
value='" ....
-
I have a text box that gets its name, id, and value from a SQL query.
echo "<input type='text' id=" . $row['ID'] . "field" . $counter . " name=" . $row['ID'] . "field" . $counter . " value='" ....
|
|