Hello,
I have a strange problem.
I tried ereg_rplace and str_replace:
$to_test = 'This is a test';
$to_test = str_replace ("test","little test",$to_test);
echo $to_test;
the result is: "This is a \little test"
Why does this happen?
--
PHP General Mailing List (http://www.php.net/)
To unsu
Hello,
how can I check the last modified date of a website. I mean not my own site,
I mean other sites.
Thanx,
Holger
--
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 administr
2 matches
Mail list logo