source: trunk/cgi-bin/geisa_post_getftype @ 1

Last change on this file since 1 was 1, checked in by cbipsl, 18 years ago

Geisa inital import

File size: 425 bytes
Line 
1#file=geisa_post_getftype
2#on entry: $menu_opt=...Ftypi=xxx&...Fcomi=yyy&... (POST method)
3#on exit: defines $ftypi=xxx if Ftypi is defined
4#                 $ftypi="" otherwise
5#                 $execute_parms=$execute_parms",format='formate'" if Ftyp def.
6ifs=$IFS;IFS="&";for s in $menu_opt;do
7l=`expr "$s" : 'Ftypi=\(.*\)'`;[ "$l" ]&&ftypi="$l"
8done;IFS=$ifs
9[ "$ftypi" ]&&execute_parms=$execute_parms",format='formate'"
Note: See TracBrowser for help on using the repository browser.