[PHP] pobierz, plaintext <?php if($ad['featuredtill'] && $ad['featuredtill'] > time()) { echo 'test'; } else { echo 'inny test'; } ?>[PHP] pobierz, plaintext
[PHP] pobierz, plaintext <?phpif(isset($ad['featuredtill']) && $ad['featuredtill'] > time()){ echo 'test';} else{ echo 'inny test'; }?>[PHP] pobierz, plaintext