Hi,
I load external php page using jqury plugin . with this line :
[code=html]<a href="cat.php" rel="container">Tab 2</a>[/code]
how to hidden href url ( cat.php ) for more security and not show in html source code page? example :
[code=html]<a href="Block12" rel="container">Tab 2</a>[/code]
Block 12 is php code to generate cat.php addresse
Block 13 is php code to generate data.php addresse
etc...