On Friday 29 March 2002 14:40, Martin Kampherbeek wrote:
> Someone submits an url through a form.
> Now I want to check in a script to see if there is some tekst in it.
>
> For Example:
> Someone submits http://www.mydomain.com/test.htm
>
> In this htm file I want to check the text "hello".

fopen(), file() etc
strstr(), preg_match(), preg_grep() etc


-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk

/*
Artificial intelligence has the same relation to intelligence as
artificial flowers have to flowers.
                -- David Parnas
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to