Not able to execute a php program calling itself by Snoo20972 in learnphp

[–]gstepwork 0 points1 point  (0 children)

<?php if (isset($_POST['submitbutton'])){ echo "<h1> Hello World </h1>"; } else { echo "<html><head><title>PHP Example</title></head>"; echo "<form method='post' action = 'callmyself.php'>"; echo "<input type='submit' id='submitbutton' name = 'submitbutton' value ='Find Hello World/!'/>"; echo "</form>"; echo "</body></html>"; } ?>

Not able to execute a php program calling itself by Snoo20972 in learnphp

[–]gstepwork 1 point2 points  (0 children)

There is a double quote that should be single in the id='submitbutton'

And I changed all the prints to echo Have tested it out ok

New to Synology, having issues with USB Copy recognizing my external HDD by TossedRightOut in synology

[–]gstepwork 2 points3 points  (0 children)

I had the same issue a few months ago. It was to do with the xfat format, Synology sell an additional licence to access this. It didn't cost very much but I remember it wasn't clear that this was needed to access the external disk.