LuxuryHouses Posted August 3, 2008 Share Posted August 3, 2008 Need some help and I am not that good with PHP and MYSQL. I have a form which I would like the ability for users to input a URL and have it appendeded in the MYSQL table For example: $node->push("text","virtual", $_POST['virtual']); <td class="row"><input type="text" name="virtual" size="100">Enter Virtual Tour URL</td> Now when the user inputs thier URL www.example.com and it will posts to the MYSQL table, I would like to have it appendeded to look like this in the table: <a href="http://www.example.com" title="Virtual Tour" target="_blank"> Link to comment https://forums.phpfreaks.com/topic/117981-php-form-post-to-mysql/ Share on other sites More sharing options...
unkwntech Posted August 3, 2008 Share Posted August 3, 2008 Could you post some code? I didn't understand your post. Link to comment https://forums.phpfreaks.com/topic/117981-php-form-post-to-mysql/#findComment-606965 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.