I can run a query and display the data from the database to the website using variables but can I display them in text boxes?
I tried taking the variable name and placing it in the value attribute but that didn't work.
Any comments
as far as i know this should work:
<?php ... echo "<input type=text value=$myval>"; ... ?>
could u post your code pls?
regards
finger