Hey,
Please can you help me, I dont know why this script doesnt work....
index.html (form)
<html>
<body>
<form action="insert.php" method="post">
<br>Username: <input type="text" name="username" />
<br>Domain Name: <input type="text" name="domain" />
<br>Password: <input type="password" name="pass" />
<br><input type="submit" />
</form>
</body>
</html>
insert.php
<?php
$output = shell_exec('create_hosting '.$_POST['username']' '.$_POST['domain']''.$_POST['password']');
?>
When i run this i get the below error
The website encountered an error while retrieving /insert.php. It may be down for maintenance or configured incorrectly