hello....
it could be interesting.......my frnd asked a question to me...on if else condition.
for suppose...
<?php
if(Condition)
{
echo "hello";
}
else
{
echo "world";
}
it is the question. she asked me how to write condition for print hello world.