error handling on browser
Posted
by
godistrue
on Stack Overflow
See other posts from Stack Overflow
or by godistrue
Published on 2010-12-23T11:57:02Z
Indexed on
2010/12/23
12:54 UTC
Read the original article
Hit count: 177
php
hi guys..
presently im developing my own website named justclickme.com this website which is everything works fine but am getting this errror
Notice: Undefined variable: body in E:\wamp\www\jcme\email-order-form.php on line 60
here is my code
$to = sendmail_single_field_orderform($sessionid,'emailid');
$subject = just click me.';
$body .= "<html><title>SPS Mobile Services</title></body>";->here only am getting error
$body .= "<table width='100%' border='0' cellspacing='0' cellpadding='0'>";
can any one help me
thanks
© Stack Overflow or respective owner