<!-- test.php -->
<html><body>
<? if ( $_GET['value'] == '' ) echo 'value is 0'; ?>
<form action="test.php" method="get">
<input type="text" name="value" value="0">
<input type="submit">
</form>
</body></html>

これ実行すればわかる。