Hi all, Why if I use:
print $q->header; print$q->start_multipart_form; the result does not contain the result of the first line, but only the <form ....> line? And if I ttype: print $q->header; print $q->start_HTML; print $q->start_multipart_form; The result contains only the full header with <html><head> .... </html> but it doesn't contain any <form> Of course, I also put a form ending. I am sure I am missing something, or doing something wrong. Please advise. Thank you. Teddy, My dear email address is [EMAIL PROTECTED] _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
