Home > PHP > Very Simple Php-script

Very Simple Php-script

October 28th, 2009

I need a small script. The script should work like this:

A user enters a URL in a textbox and their email in another textbox. The script then checks for a word/sentence in the source of the URL the user entered.

If the word/sentence is found then the script should save the URL and email the user entered in a textfile, if the word/sentence isn’t found then a error message should be shown to the user.

There should be another error-msg if the URL cant be opened.


Very Simple Php-script

Comments are closed.
Bear