error handling on browser
- by godistrue
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