[ic] UI menu_editor

EA3KZ Salvador Caballé scaballe at gmail.com
Thu May 1 17:08:47 UTC 2014


>>> Instead of putting them all on one line, separated with ampersands, put
>>> each name=value pair on separate lines:
>>>
>>> 	fi=products
>>> 	st=db
>>
>> The result is worse
>>
>> is saved as:
>>
>> fi=products[either]&[or]&[/either]st=db[either]&[or]&[/either]sp=results[either]&[or]&[/either]co=1[either]&[or]&[/either]sf=category[either]&[or]&[/either]se=Hammer[either]&[or]&[/either]op=rm[either]&[or]&[/either]nu=0[either]&[or]&[/either]ml=25[either]&[or]&[/either]tf=price[either]&[or]&[/either]to=nr
>
> That's because you didn't get rid of the &.
>
> It must look like:
>
> fi=products
> st=db
>


Hi,

The data in form field is without &


the following text:

fi=products
st=db
sp=results
co=1
sf=category
se=Hammer
op=rm
nu=0
ml=25
tf=price
to=nr


is saved in the TREE table as:

fi=products[either]&[or]&[/either]st=db[either]&[or]&[/either]sp=results[either]&[or]&[/either]co=1[either]&[or]&[/either]sf=category[either]&[or]&[/either]se=Hammer[either]&[or]&[/either]op=rm[either]&[or]&[/either]nu=0[either]&[or]&[/either]ml=25[either]&[or]&[/either]tf=price[either]&[or]&[/either]to=nr 





Salvador




More information about the interchange-users mailing list