alright im getting an error in my code. here it is:
$sqlUpdate = "UPDATE Company SET company = '".$_POST["company"]."',
address1 = '".$_POST["address1"]."',
address2 = '".$_POST["address2"]."',
city = '".$_POST["city"]."',
province = '".$_POST["province"]."',
country = '".$_POST["country"]."',
postal = '".$_POST["postal"]."',
telephone = '".$_POST["telephone"]."',
toll = '".$_POST["toll"]."',
fax = '".$_POST["fax"]."',
website1 = '".$_POST["website1"]."',
website2 = '".$_POST["website2"]."',
link1 = '".$_POST["link1"]."',
link2 = '".$_POST["link2"]."',
users = '".$_POST["users"]."',
logo1 = NULL,
logo2 = NULL,
image1 = NULL,
image2 = NULL,
details = '".$_POST["details"]."',
enabledFields = NULL,
payment = '".$_POST["payment"]."' WHERE companyID = \"".$_SESSION["companyID"]."\"";
//this is where im getting my error!!!
echo "Your account has been updated successfully. In order to continue to use the client login you must relogin.
You can do so at <a href=\"http://www.londondigitalone.com/login\?username=".$_SESSION["username"]."&password=".$_SESSION["password"]\" target=\"\_blank\">
[url]http://www.londondigitalone.com/login\?username=[/url]".$_SESSION["username"]."\&password=".$_SESSION["password"]."</a>";
DISPLAY:
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/ziggy/public_html/login/account.php on line 89
Parse error: parse error, expecting ','' or';'' in /home/ziggy/public_html/login/account.php on line 89