error =
"FTP Log
created:5/24/2001 1:01:30 AM PST
ERROR: Could not get input/output stream for: blogspot.com
";

error(error);

void error(char error[])
{
printf(%s, error);
printf("\nWHY CAN'T I PUBLISH MY BLOGSPOT?");
}

No comments: