a question about php?

isk2837

New member
if(txtUsername = "t")
{
echo("t");
}

The above code is a bit of php code, which is supposed to make the letter t appear when txtUsername is t. Trouble is, t isn't appearing even when txtUsername IS t. Why isn't this code working?
 
Back
Top