Thread: Quick PHP Help
View Single Post
02-05-2005, 02:19 AM
#5
CEStudios is offline CEStudios
Status: Junior Member
Join date: Jan 2005
Location:
Expertise:
Software:
 
Posts: 78
iTrader: 0 / 0%
 

CEStudios is on a distinguished road

  Old

OK this is my Html script for the button form and stuff, now i need to know how to load this into php so i can get what they put in the input text to go to e-mail.
HTML Code:
 <FORM action=http://www.cuttingedgestudios.com/mail.php 
            method=post>
	  <p>
	      <INPUT type=hidden value=add name=action> 
	      <INPUT 
            type=hidden value=1 name=list>
	      <span class="pagedef">Sign up here for the Bound To Change Newsletter. Stay informed on their constant whereabouts and activity with the newsletter!
	    </span><BR>
	    <BR>
	    <INPUT size=15 value="address" 
                  name=address> 
                 <INPUT type=submit value=Join> 
      </p>
	  </FORM>