Просмотр поста

.
blackfox93

put this code in end of registration page

////////////////////////Wellcome mess
$msg1 = '<b>Wellcome on portal!</b><br />Text..<br />';
mysql_query("insert into `privat` values(0,'" . $reg_nick . "','".$msg1."','" . $realtime . "','".$nickadmina."','in','no','Wellcome!','0','','','','');");
require('incfiles/end.php');
?>