[pmwiki-users] New cookbook recipe : BuildForms

Patrick R. Michaud pmichaud at pobox.com
Wed Mar 9 15:53:45 CST 2005


On Wed, Mar 09, 2005 at 08:26:22PM +0100, Pierre Rouzeau wrote:
> Hello,
> 
> what I mean is that if you set param_x=value, the result will be that
> 
> $arg[param_x]==value
> 
> but if you set param_x="" the isset($arg[param_x]) == FALSE
> and what interest me is that $arg[param_x])=="".

Ummmm, that's not the way it should work -- if you set param_x=""
then isset($arg['param_x']) should be true.  It certainly appears to work
that way in the cookbook ParseArgs demo page.  

Can you give me a code excerpt of what isn't working?

Pm



More information about the pmwiki-users mailing list