I'm trying to "create" a WikiPage from nothing. In my script, I want to do something like this: $pagename = "TitleOfMyNewPage"; $text = "Here's some sampel text that will go on the new page."; $_POST['text'] = $text; HandlePost($pagename); What am I doing wrong here? Thanks, -S