Thread: Quick PHP Help
View Single Post
02-05-2005, 01:47 AM
#4
bluecow is offline bluecow
Status: I'm new around here
Join date: Feb 2005
Location:
Expertise:
Software:
 
Posts: 2
iTrader: 0 / 0%
 

bluecow is on a distinguished road

  Old

oh well thats actually quite easier on html forums just set the action to the php script and the name of the textbox etc on the form is the same except with a "$" added to it.

and for the email part you should use php's mail function which is mail($to, $subject, $message, $from) I believe...