Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
rose34ll2
I am having a php parse error in this block of coding and I dont see what I have wrong?
here is the block of cod if anyone can help me
else
//creating, writing and saving to the text file.
$NewContact = 'file.txt';
$Contact = fopen($NewContact, 'a+');
$output = "$LastName, $FirstName, $StreetAdd, $City, $State, $ZipCode, $AreaCode, $PhoneNum');
echo "<p>Contact Saved Successfully</p>";
fwrite($Contact, $output);
if ( @$_GET['source'] ){
show_source(__FILE__);
die();
}
2 AnswersProgramming & Design9 years agoIs there any way to design a form in such a way that validation does not need to occur? when using php?
wondering if there is anyway to design a form that validation doen't need to occur
2 AnswersProgramming & Design1 decade agois there a calculator out there for free use for doing rational expressions simpfying?
need help in solving these rational expressions
4 AnswersMathematics1 decade agoStuck on writing this equation of a line please help?
Write the equation of a line in slope-intercept form with the slope of -2/3 and y-intercept (0, 4)
4 AnswersMathematics1 decade agoHow many people believe in holistic medicine?
Doing a research on Holistic Medicine needing a poll of how many really believe in Holistic Medicine What are your feelings on this...
3 AnswersMedicine1 decade ago