Hi I've made a simple app using php/xml which displays some stories.
I've used the userprefs to enable people to change how many stories to
display but I can't get the variable to my php/xml page.
I've tried using
print_r($_GET);
print_r($_POST);
But get nothing.
this is my userpref code.
<UserPref name="numEntries" display_name="Items to display"
default_value="3" urlparam="1" datatype="enum" >
<EnumValue value="1" />
<EnumValue value="2" />
<EnumValue value="3" />
<EnumValue value="4" />
<EnumValue value="5" />
</UserPref>
Is there anyone out there to help - do I have to use content type = url?
currently I've got it as html
If you could let me know.
Thanks
Richard
--
You received this message because you are subscribed to the Google Groups
"iGoogle Developer Forum" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/Google-Gadgets-API/-/vxrVlmNRLJsJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/Google-Gadgets-API?hl=en.