beboo002
09-06-2007, 05:47 AM
<?
if($a==0||$a==1)
{
echo "<a href='home1.php'>home[/url]";
}
?>
how to disable this link and when user click the above link it gives alert msg also.
if($a==0||$a==1)
{
echo "<a href='home1.php'>home[/url]";
}
?>
how to disable this link and when user click the above link it gives alert msg also.