PHP and HTML
Posted: Thu Mar 09, 2006 10:38 am
feyd | Please use
Thanks in advance
Krishma
feyd | Please use
Code: Select all
andCode: Select all
tags where appropriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]
Hi:
I want display a HTML file if count = 1 if not it shouln'd show. How do I do it?Code: Select all
<?
if(isset ($_POST[$Count = 1]))
?>
<html>
<form action='daemon.php' method='post'>
<p align="left"><b><a href ="logout.php">Logout</a ></b></p>
<table border="0" cellpadding="0" cellspacing="0" align="right" >
<tr>
<td></td>
</tr>
</form>
</html>Thanks in advance
Krishma
feyd | Please use
Code: Select all
andCode: Select all
tags where appropriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]