Do let this work, you should write the PHP-code by yourself. See below for: - Added commands - Special keys - About PHP-code rules Added commands: !!!"can change" and 'cannot change' (dont use the brackets)!!! - If your script is finished, write for the last line '//run'. - echo "text to write"; - $"createvar" = "value"; - $"setvar" = "value"; - To remove all lines, use the //new command. Special Keys: 'Space bar' = Chance a line of code. 'Enter' = Add new line of code. 'Arrowkey Up - Down' = Switch between lines of code. 'Delete' = Delete line of code. About PHP-code rules: Begin with writing for the first line: "<?php" and ends with line: "?>" A line ends mostly with ';'. By the 'if else' statement, you put the orders in { } and the condition in ( ).