I do not know how to link pages is PHP. Can anyone help me ?
if ( $count > 0 )
{
// I want to link to another pages if the count is > 0 .Say pages2.php
}
Thanks in Advance
Cheers
Rhyes
if ( $count > 0 )
{
// I want to link to another pages if the count is > 0 .Say pages2.php
}
Thanks in Advance
Cheers
Rhyes
Comment