[PHP] php mail() and sendmail/smtp

2010-12-02 Thread Michael Crowl
Okay, I know this is a Sendmail/SMTP admin issue, but it's PHP-related and I figured someone here might have a clue or might have solved this issue before. I've come into this dev server after many hands have touched it, and I'm not quite sure how to proceed, nor am I a Linux genius. We're

[PHP] RE: str_replace and associative arrays

2002-02-26 Thread Michael Crowl
later, every parameter to str_replace() can be an array. " > > I tried a test case (php 4.0.0) and found that if I passed an array in as > the subject the search and replace was performed on the string "array". > > Tim Ward > Internet chess www.chessish.com <ht

[PHP] str_replace and associative arrays

2002-02-25 Thread Michael Crowl
I haven't been able to find any leads on this in the archives, nor in the documentation, so here goes. When feeding an associative array to str_replace as the subject, does it still return an associative array? My instance: extract(str_replace(",","",$result_row)); After pulling an associativ