Hi,
I am a new newbie to PhP. Following the tutorial book, I have recreated this script using CHECKBOX but not sure how to create the display the text label,"Check for Yes" that goes with it. Could someone please help me, Thanks.
cheers,
Lennie
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<head>
<title>My first PhP script</title>
</head>
<body>
<FORM METHOD="POST" ACTION="phpinfo.php">
<br><INPUT TYPE="checkbox" NAME="text" value="text">
</FORM>
</body>