我刚接触过php,我的朋友给了我一个代码来调试..
他所做的是他在回声中放了一个回声......我无法连接它。我在If else语句中使用它。
请不要低估这个..我知道有很多类似的问题同样的问题..我已经尝试了很多但我无法得到它
有人可以编辑此代码并回答我吗?非常感谢
if (!isSet($dontDisplay)) {
echo "
<html>
<head></head>
<body>
$threads
<br/>
<h1>Contact</h1>
<form <?php echo 'action="userPage.php?username='.$user.'"'; ?> method='POST'>!
<table>
<tbody>
<tr>
<td>Message:</td><td><input type='text' name='message' /></td>
</tr>
<tr>
<td></td><td><input type='submit' value='Send Message' name='messageSent' /></td>
</tr>
</tbody>
</table>
</form>
</body>
</html>";
}else
echo 'That user does not exist!';