|
Hi,
I have a registration form that is supposed to print out a message after a successfull registration. Now the form goes through successfully as it should but my success message does not print out....
Here is my code:
<?
if ($str || $success) {
if ($success) $str = "<font color=\"#ff0000\">Your registration completed successfully!<br>Be sure to log in to see if you've won on April 5th!</font>";
?>
Any help would be soooo greatly appreciated! Thanks! - ibot
|