I try to run form action edit.php and godaddy server give me that error -
i want run form action edit.php , server give me error. internal server error server encountered internal error or misconfiguration , unable complete request.
<?php $edittext = $_post['edittext']; $editvieta = $_post['editvieta']; $xml=simplexml_load_file("content.xml"); if($editvieta == "aboutusheader") { $xml->headers->header[0] = $edittext; } $xml->asxml("content.xml"); header("location: http://stamantus.eu"); ?>
Comments
Post a Comment