Inse
This is for the website I was wondering how to build a few posts down.
If I was using an HTML code to insert information into my MySql database(like below), is there a way I could auto insert the information into a link?
<form action="database.php" method="post">
IDnumber: <input type="text" name="IDnumber" />
<input type="submit" />
</form>
Say if they insert '12345' into the IDnumber, I would wan't it to actually enter 'www.website.com/12345' into the database.
Also, when making a table using MySql, is there a way to make the information that shows up a click-able link or even a linked image?
|