No, that didnt work.
Also, I have the following code, but when the text comes out $username just comes out ast $username.
PHP Code:<?php
// retrieve form data
$username = $_POST['username'];
// check entered value and branch
{
echo 'You have now signed up as $username!';
}
?>






Reply With Quote







