I isk2837 New member Dec 1, 2010 #1 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?
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?