Jump to content

PHP Form Post to MYSQL


LuxuryHouses

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.