in my page i have a table containing links to other pages,
after a member logged in, the table will display more links,
how can i go this ?
do i need to add something like :
<? session_start()
if (Isset ($session))
print "the contents of the link"
?>
in my html ??
pls help ....thx !!😕