iweb interface | developer.brewmp.com iweb interface | developer.brewmp.com

Developer

iweb interface

Forums:

i am try to parse the url and veiw the awff array......but i am not able to see all the name=values formats....(only the first one is visible)

noForm = IWEBUTIL_ParseFormFields( pIWebUtil, &pTemp, NULL,((unsigned int)-1)>>1, WEBUTIL_PFFF_NOMUTATE );
if(noForm > 0)
{
ptr=(WebFormField *)MALLOC(sizeof(WebFormField) * noForm);
if(!ptr)
return FALSE;

pTemp=pTuri;
result=IWEBUTIL_ParseFormFields( pIWebUtil, &pTemp, ptr ,noForm, (WEBUTIL_PFFF_NOMUTATE||WEBUTIL_PFFF_NODECODE) );

this code will work only for the firast formfeild.....and u should remove the nodecode from the code