Re: [PHP] very very small CMS

2008-07-20 Thread spacemarc
2008/7/18 OOzy Pal <[EMAIL PROTECTED]>: > Hello > I am looking for a simple php CMS. Can anyone help? > you can try those: http://www.cmsmadesimple.org/ -- Scripts: http://www.spacemarc.it -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mail function and headers

2008-03-12 Thread spacemarc
2008/3/12, Daniel Brown <[EMAIL PROTECTED]>: > You have the From: header parameters reversed. Try this: > >$headers = "From: ".$fromname." <".$email.">\r\n"; > $headers .= "Reply-To: ".$email."\r\n"; > $headers .= "X-Mailer: PHP/".phpversion()."\r\n"; > /* > > */ > ?> you c