OK I'm trying to create an internal php page to link to my main sites index.html page. Here's the code that's automatically generated when I click on the Create Php page link.
<?php /*Write code inserting output insidevariable $content as in following example.You have DB connection, all global varsand all MKPortal and Forum functions at your availability*/$nome = $mkportals->member['name'];$content="Hi $nome";So, how would I change this so it links to my sites index.html page? PS I didn't know where on the forum this type of question should be posted, so I posted it here.