Hi, I am trying to do a basic update statement to update my ‘mysql’ database. My syntax I know is incorrect on this statement and I can not figure out the correct way, Please help.
(“Update tblContent SET pageHeading=’”.$_POST[pageHeading]."’ WHERE pageID=$_POST[‘pageID’]);