vote up 0 vote down star

Hi

How can I test if there is a string only once in a site? I use the WebTestCase from simpletest.

flag

do you know what the string is? – Josh Curren May 14 at 15:55
1  
yes I know the string – gustavgans May 15 at 11:30

2 Answers

vote up 1 vote down

If you have a database of all page names and you know the string you are looking for you could walk through the database and read each page, then searching each page for the string.

link|flag
no database it's a kind of form processing and I need to check if the string is not more then one times send. – gustavgans May 15 at 11:31
vote up 0 vote down

hey please help me..i m newbie in php..

i have to replace the string with another string .. how can i do that...

eg.

input : My Name is Amitesh Purwar.

result: My Name is Hello Boy.

i have tried using preg_replace. but the pattern is varying rather than constant.

suggest me the technique.

Thanks in advance.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.