Possible Duplicate:
What is the PHP ? : operator called and what does it do?
$id = isset($_GET['id']) ? intval($_GET['id']) : 0;
Birisi bana yukarıdaki kodu anlamanıza yardımcı olabilir? Ben :) php için oldukça yeni ? ve : ile ne kadar?
Ben takdir ediyorum!