Search found 2 matches

by AnikiEddie
Sat Nov 20, 2010 5:12 am
Forum: PHP - Code
Topic: how to hide included else
Replies: 3
Views: 135

Re: how to hide included else

but, if i remove

Code: Select all

else
  echo "Error! - Key anda salah / sudah tamat tempoh!";
there will be no result when someone submit the wrong key.. any other way?

-------------------------

update : already solve this problem by use a blank for

Code: Select all

if ($key=="")
by AnikiEddie
Fri Nov 19, 2010 9:56 pm
Forum: PHP - Code
Topic: how to hide included else
Replies: 3
Views: 135

how to hide included else

index.php <center> <h2>~[BestPunya.Com & Zone KrozerR]~</h2> <br> <form action="index.php" method="post"> Key: <input type="text" name="key" /> <input type="submit" value="DOWNLOAD!" /> </form> <? include "key.php"; ?> </cente...