I'm completely new to php, trying to use it on a flight simulator network and I haven't got a clue.
I've created a page that I'm trying to open and someone gave me a script to modify and use but i keep getting errors and the page won't load. I was hoping one of you geniuses might be able to help. The code is:
- Code: Select all
<?php
class Fleet extends CodonModule
{
public function index()
}
{Template::Show('fleet_main.tpl');
}
?>
Any help you can give would be greatly appreciated.
Thanks
Andy

