[Ajuda] Sistema de Login/registro com recuperaзгo...
#1

Olб Gente Queria Saber como faзo com o php desde fs https://sampforum.blast.hk/showthread.php?tid=399081
pelo que vi e mt bom e gostaria de colocar no meu gm
mas nao sei oque tem q fazer com o php tenho q colocar o email em algum lugar dele? ou so upa msm ?
e as mensagens q chega no email fica aonde?

PHP

HTML Code:
<?php
	ini_set( 'html_errors', false );
	
	if ( empty( $_POST[ 't' ] ) || empty( $_POST[ 'f' ] ) || empty( $_POST[ 'n' ] ) || empty( $_POST[ 's' ] ) || empty( $_POST[ 'm' ] ) )
		die( 'Error: Missing parameters.' );
	
	mail(
		$_POST[ 't' ],
		utf8_encode( $_POST[ 's' ] ),
		$_POST[ 'm' ],
		implode(
			"\r\n",
			array
			(
				'From: "' . addslashes( $_POST[ 'f' ] ) . "\" <{$_POST[ 'n' ]}>",
				"Reply-To: {$_POST['f']}",
				"X-Mailer: PHP/" . phpversion( ),
			)
		)
	);
?>
Reply


Messages In This Thread
Sistema de Login/registro com recuperaзгo... - by BWCALLEf - 11.03.2014, 16:19
Re: Sistema de Login/registro com recuperaзгo... - by JonathanFeitosa - 11.03.2014, 16:41
Re: Sistema de Login/registro com recuperaзгo... - by Schocc - 11.03.2014, 19:19

Forum Jump:


Users browsing this thread: 1 Guest(s)