Page 1 of 1

PHP and HTML

Posted: Thu Mar 09, 2006 10:38 am
by Krishma
feyd | Please use

Code: Select all

and

Code: 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

and

Code: 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]

Posted: Thu Mar 09, 2006 10:43 am
by feyd
$_POST['Count'] == 1

?

This is so not a theory question. Moved to PHP - Code.