Problem with linking imp to a php script that recieved info
from a form.
Michael Bull
mbull@uoguelph.ca
Wed, 01 Nov 2000 15:18:32 -0500
Hi all.
I'm trying to create a PHP application that ties into IMP as far as knowing
who's logging in and authenticated. What includes do I need to do in
order to be able to do this? I have something working, but I think I'm
including too many, perhaps -- as now the code that worked before is not
recognizing form variables as the $formvariable style names, and is
complaining that they are undefined... yet they still seem to be accessible.
I'm thinking that there's something fighting between the code and what I'm
trying to tie into imp, and that minimizing the code to the two together
might solve the problem. Else, any info on why might PHP now be
complaining about undefined variables which it can still access would be
most appreciated. (the variable names it is complaining about are the ones
assigned to form variables from a form that submits to the php script).