[pmwiki-users] Store variables on a wiki page from cookbook scripts

Sebastian Siedentopf schlaefer at macnews.de
Tue Aug 21 03:29:23 CDT 2007


I didn't follow the PmWiki development in the last few months and I'm  
trying to catch up: beside PageTextVars to store variables from the  
web interface, does an official way exist to store variables from a  
php/cookbook script with a particular wiki page which are not visible  
in the page text, or is it still:

	$page = ReadPage($somepage);
	$page['variable'] = 'bar';
	WritePage($somepage, $page);

Thanks
Sebastian





More information about the pmwiki-users mailing list