hi i run the below code i got the below error when i run in my local system.And i placed same program in website it works fine.plz tell that what's the mistake in that. PHP Code: $to = "aa@gmail.com" ; $subject = "Site Registration Confirmation" ; $message = '<html> <head> <title>Site Registration Confirmation</title> </head> <body style=font-family:verdana arial; font-size: .8em;> You filled out a registration form <br/><br/> </body> </html>' ; //header
...(more)