|
-
May 21st, 2009, 07:51 AM
#1
Thread Starter
Hyperactive Member
variable problem
can anyone tell me why $btnSubmit doesnt show any value?
it works wen i run in my pc
but wen i upload to my server it doesnt show any value
thanks
<?php
echo("Hi");
echo($btnSubmit);
?>
<html>
<body>
<form name="frm1">
<table border='0' align='center'>
<tr>
<td align='centre'>Enter Admin Password</td>
</tr>
<tr>
<td><input type="password" name="txtpass"></td>
</tr>
<tr>
<td align='center'><input type="submit" value="Enter" name="btnSubmit"></td>
</tr>
</table>
</form>
</body>
</html>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|