How would I populate a field form by clicking on a link? I am pulling info from a database in to a table with many rows
PHP Load Variable in Field
7
How would I populate a field form by clicking on a link?
I am pulling info from a database in to a table with many rows
[PHP]
<?php echo $row["zip"]; ?>
[PHP]
I want a person to be able to click the result and have the result load into another for field
I am not sure if _SESSION is the way to go, I just know that I want to attempt doing it without javascript
I am pulling info from a database in to a table with many rows
[PHP]
<?php echo $row["zip"]; ?>
[PHP]
I want a person to be able to click the result and have the result load into another for field
PHP Code:
<input name="zip_pu" type="text" required class="zip_pu" pattern="[0-9 -]{7,20}" size="20" value="<?PHP echo $_SESSION['zip_pu'] ?>"> - otfromtot
- otfromtot
- Andrew H
- [ 1 ] Thanks
- otfromtot
- otfromtot
- otfromtot
Next Topics on Trending Feed
-
7