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

Popular posts from this blog

4x4 Matrix in Python -

python - String indices must be integers and while issue -

wso2is - WSO2 IS 5.0.0 SP1 After restart there is authentication error -