[Pmwiki-users] HandlePost

Steven Leite steven_leite
Thu May 27 07:15:48 CDT 2004


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



More information about the pmwiki-users mailing list