[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details

Newsletter signup on Wordpress Blog

Asked by cafmike in Stores & Carts, WordPress, Blogs

Tags: Wordpress, blog, email

I cannot believe i am having this much trouble.
All i want to do is add a simple textbox to the sidebar  using a text widget like

<div align=center>
<form name="signup" id="signup" action="thankyou.php" method="post">
<label for="e-mail">Enter E-mail Address</label><br /> <input type="text" id="email" size="35"><br />
<input type="submit" value="Submit" />
</form></div>

When user clicks submit i just want to add the email to a mysql table. This seems like a simple thing but cannot get it to work. On the thankyou page i am using

<?php
mysql_connect ('localhost','username','password');
mysql_select_db('dbname');
$data = $_POST['email'];
$sql = "insert into 'wp_email' ('email') values ('$data')";

mysql_query($sql);

echo $data;
?>

 
Loading Advertisement...
 
[+][-]10/05/09 06:31 PM, ID: 25501256Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10/07/09 04:34 PM, ID: 25521279Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091118-EE-VQP-93 - Hierarchy / EE_QW_3_20080625