[PHP] Php script for mail in a xhtml page

2007-09-07 Thread Mauro Sacchetto
I've to implement a php script in a web page to send mail. If I use a .html form and a separate .php script, all works fine. In the contrary, if I try to put the script into the .html file, I've some troubles... Here's the code:

Re[2]: [PHP] Parsing mail file

2007-01-30 Thread Mauro Lorenzutti
Hi Pierre, I have the same problem: I'm searching a function to parse an email file. I found this one: http://pear.php.net/package/Net_IMAP/ I think that you can extract the code you need from the function getParsedHeaders. Regards, Mauro Lorenzutti e-mail: [EMAIL PROTECTED

[PHP] REQUIRE_ONCE AND CLASSES

2002-12-16 Thread Mauro Romano Trajber
-parseCurrentBlock(PRINCIPAL); } function show(){ $this-tpl_home-show(); } } $alo=new Home(); $alo-show(); ? DONT WORK!!! why? im new in php. i will thank any help. sorry my english!!! :) Mauro!

Re: [PHP] keep alive refresh

2002-06-06 Thread Mauro
a very long time to end. I've tryed to modify the php.ini and set_time_limit(time) but they don't work. I wonder if I have to use the HTTP headers... Ive tried but not sure it's the right way to do it... cheers Mauro -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] keep alive refresh

2002-06-03 Thread Mauro
is published on the web page. The problem is that this program may take 1 minute up to 1 hour to write all the output on the file and the browser times out. Any suggestion on how to solve this? Many thanx Mauro -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] FTP without FTP module

2001-03-28 Thread Mauro Biraghi
How can I do FTP without FTP module? Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]