> you can probably download phpmailer directly here:
> http://sourceforge.net/project/showfiles.php?group_id=26031
i got it.. i thought that might be the same library, but i didn't want
to mess with it and find out i guessed wrong....
thanks!
___
sergio t. ruiz
network analyst
red red design
419.281.8483
> seem to work well when using a more complex html page (using
> dreamweaver templates, etc). So I created the most basic form,
yeah.. i tried to use it in a dynamic site, but without really
spending a bunch of time on it..
but i ended up having to have the site generate a blank page..
building the form on that page..
then make a form out of that..
one suggestion i would have would be to let the user submit a file like:
<form>
form contents...
</form>
without requiring a fully formed page....
that way, you can include your form using a php include in the middle
of a dynamically generated page..
> Now it says: Parse error: parse error, unexpected T_STRING, expecting
> T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/[webserver]/
> html/
> test/form/objects/class.phpmailer.php on line 45
hmmm...
did you inlude ONLY the class.phpmailer.php file? is there any chance
it got edited before you uploaded it?
i just checked my file.. and line 45 is a blank line following this:
/**
* Email priority (1 = High, 3 = Normal, 5 = low).
* @var int
*/
var $Priority = 3;
it's just a bunch of variable declarations for the 250 or so lines....
if you want, i can send you my copy of the file..