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

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

asp.net ajax - Jquery scroll to element just goes to top of page -