Thread: form to email
View Single Post
03-14-2007, 07:07 PM
#7
mikeroq is offline mikeroq
mikeroq's Avatar
Status: Member
Join date: Feb 2006
Location: Ponca City, OK
Expertise: xHTML/CSS/PHP/Computer Tech
Software: Photoshop, Notepad++, Winamp
 
Posts: 332
iTrader: 5 / 100%
 

mikeroq is an unknown quantity at this point

Send a message via AIM to mikeroq Send a message via MSN to mikeroq Send a message via Yahoo to mikeroq

  Old

Originally Posted by Xi0s View Post
<form name="email" action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">
I would use:
Code:
<form name="email" action="#" method="post">
Its simple, short, and works. Of course, thats only if you move the PHP to the same page as the form, which should never been in such a big ugly table.