Thanks I will give it a try. Will this format allow me to link from current page(web1,web2,etc.) to the content area?
<a href="web.php?id=1">web1</a>
<a href="web.php?id=2">web2</a>
<a href="web.php?id=3">web3</a>
could you call from the link above to content area of web.php for example?
Thanks