PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
if(mail($to, $subject, $body))
{
echo "Thanks <b>$name</b>, Your message has been submitted to <b>$to</b>!"; //display the message to say that your message was sent to....
echo "<a href="<?php print $continue; ?>">Click here to continue.</a>";
}
else
need some help please.
many thanks.[/quote]
Last edited by moisea on Mon Jan 22, 2007 7:07 pm, edited 1 time in total.
if(mail($to, $subject, $body))
{
echo "Thanks <b>$name</b>, Your message has been submitted to <b>$to</b>!"; //display the message to say that your message was sent to....
echo "<a href="<?php print $continue; ?>">Click here to continue.</a>";
}
else