[Pmwiki-users] HandlePost

John Rankin john.rankin
Thu May 27 15:58:05 CDT 2004


On Friday, 28 May 2004 1:40 PM, Steven Leite <steven_leite at kitimat.net> wrote:
>I'm trying to "create" a WikiPage from nothing.
>
>In my script, I want to do something like this:
>
>$pagename = "TitleOfMyNewPage";


    $pagename = "Group.TitleOfMyNewPage"; perhaps?

>$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
>

And I assume that there's a global $_POST;


-- 
JR
--
John Rankin





More information about the pmwiki-users mailing list