(note all the examples here are not exactly how i will have them because they are taken directly from other modules)
Code
ok well just to make sure i have anyidea what im talking about what does the 'pollrecurring' meen? or rather what is it?
so what im trying to do is .. just have a yes or no option .. but of course its gonan have to know wat you're setting the value of 1 or 0 (yes or no) too
is it setting the value of 0 or 1 to 'pollrecurring' ??
if so (im really beginner) will i have to incorperate that in the init file?
one last question .. how do i call upon that valu late .. jsut liek all i want to say is .. place the value of 'pollrecurring' (if thats right) here ...
so if i wanted to incorperate this in an if statment would it be liek this
Code
if ($item['pollrecurring'] == 0) { }
orr.. is that $item evin supposed to be there :D
