no files attached.


your getting ahead of yourself.
it is not a link going in to the database. on insert, it is only a web address:
http://www.mysite.com/page.php
it becomes a link when you get it out of the database and put it in the a tag:
<a href="<?php echo($row_recordsetName['ColumnName']); ?>"><?php echo($row_recordsetName['ColumnName']); ?></a>