Parse error: syntax error, unexpected T_LNUMBER, expecting ')' in /home/content/html/family.php on line 135
Not really sure what's going on. I had the script working fine few days ago, hopped back on today to start working on it and checked the feature but it was erroring out and no one else has access to change the script. Here is the line from that error.
//-------------------------------------------------//
else
{
print"<form method=post action=driver.php?x=family&act2=avatar&proc=1>
Display Pic URL: <input type=text name=avatar><br>
<input type=submit name=go value='Edit'>";
}
} < Here is line 135
//-----------------------------------------------//