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 -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -