On Wed, Jul 25, 2001 at 11:38:41AM -0400, Clayton Dukes wrote:
> Can someone tell me why this doesn't work?

Not really.  You should tell us why it isn't working, and we can help
you to get it working.  What is happening?  What is all of the relevant
code?

> $home_street = ereg_replace (" " , "+" , $home_street);
> 
> The input is "123 happy trail"
> I need the output to be "123+happy+trail"

-- 
Jason Stechschulte
[EMAIL PROTECTED]
--

-- 
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]

Reply via email to