Create a new event

Creating an event here allows you to advertise the details, generates a sign up page that can be used to allow people to sign up to compete and creates a set of organiser pages that allow you to see competitor lists, tech check forms and other useful items.

All completely free to use.

[insert_php]

// Connect to mySQL server daemon and select database $db.
include(“../events/wp-events/create_event.php”);

[/insert_php]