Thread: Quick PHP Help
View Single Post
02-07-2005, 05:07 AM
#11
derek lapp is offline derek lapp
Status: design rockstar
Join date: Jan 2005
Location: guelph, ontario
Expertise:
Software:
 
Posts: 2,246
iTrader: 0 / 0%
 

derek lapp is on a distinguished road

  Old

first of all you don't nee <php></php> ... <?php ?> already does that.

i probably should have used quotes in the mail function.
Code:
mail("cnkrsdyj@cuttingedgestudios.com", "$address");
if that doesn't change anything (php works without quotes sometimes) try getting rid of the if statement and just using the mail function.