Results 1 to 10 of 13
Threaded View
-
21st Jun 2012, 04:40 AM #6MemberWebsite's:
ImageUpload.ca DownloadTorrent.ca CapitalBank.ca Back-links.caTo setup what you had mentioned, you will likely need to learn a little bit.
You can create a secure admin panel, or otherwise upload/remove the .php script which will use a 'while' function to mass send your mail to the mailing list.
You will however have to collect those mails into a database first..
Including something like the following into the mentioned contact form after setting up a database will let you acquire those.
<?php
include("config.php");
if(isset($_POST['subscribe'])) {
$submail = $_POST['email'];
$result = mysql_query("SELECT email FROM subscribers WHERE email='$submail'") or die(mysql_error());
if (mysql_num_rows($result)==1) echo " ";
else {
$sql = "INSERT INTO subscribers (email) VALUES ('$submail')";
$query = mysql_query($sql);}
}
?>
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Beware from Rapidleech script form warez sites and word press themes
By hihotfile in forum Tutorials and GuidesReplies: 3Last Post: 30th Mar 2012, 04:22 PM -
Newsletter Box - Free PSD
By Kr?niiK in forum Graphics AreaReplies: 0Last Post: 7th Feb 2012, 08:02 PM -
form calculation script ?
By MoWarez in forum Webmaster DiscussionReplies: 3Last Post: 14th Dec 2011, 01:47 PM -
Email Newsletter Header
By sarah1709 in forum Graphics AreaReplies: 1Last Post: 18th Nov 2011, 04:16 PM
themaCreator - create posts from...
Version 3.52 released. Open older version (or...