I am making an HTML form. I want the results to appear in the PHP script.
abc def hij
print_r($_POST);
To get the submitted value of the element in question do:
$website_string = $_POST['website_string'];