I am migrating a large MySQL news database to a Joomla site.
The archive has an index which I have included in a wrapper, but I can't figure out whether it is possible to open up individual news stories in a new page - the existing php code is <a href="news_.php?ID=<?php echo $row_rsNews; ?> but the Joomla destination page is going to be something like <a href="index.php?option=com_wrapper&view=wrapper&Itemid=94?ID=<?php echo $row_rsNews; ?>
This doesn't work - is there a way it can be achieved either by using a wrapper or an includephp module?