@nurettin;

<?php

	if ($ucret === '')
	{
		// Ücret girilmemiş
	}
	elseif ($ucret === '0')
	{
		// Ücretsiz
	}
	else
	{
		// Ücret girilmiş
	}