====== Users Proposal ====== FIXME Something to do here /* **This is your page !** If you want to post something related (or not ?) to software that you will find on Wild Php feel free to create a page under the ''proposal'' [[doku>namespace]]. ===== How to create a new page ? ===== It's easy, call an url like that: %%http://wildphp.free.fr/wiki/doku.php?id=proposal:a_proposal_name%%, Than click ''Create''. You may need to look at the [[wiki:syntax]] of Dokuwiki. Then edit htis page and add a line in the list below using this format: * [[proposal:name|Friendly name]] \\ //[[e.colinet@laposte.net|Eric Colinet]] 2004/11/21 18:02// ===== Proposal form ===== This form will create the page for you. $form= << Proposal name: EOFORM; print_r($_REQUEST); $result= "== Proposal status ==\n"; if( !$_REQUEST['proposal'] ) echo $form; else { $ok= 1; if( $ok ) $result.= "Page [[:".$_REQUEST['name']."]] succefully created"; else $result.= "** Failed to create page **"; echo parse($result); } ===== Proposal lists ===== * [[proposal:name|Friendly name]] \\ //[[e.colinet@laposte.net|Eric Colinet]] 2004/11/21 18:02// */