sms notification .

hello i am a new member and i am here to find help.
i have an arduino uno and a gsm shild. and i want recive a sms on my cellfone if sensor 1, 2,3 or 4 that is attached to my arduino is active.

on this site is the basic ( Sending an SMS text message)
http://www.planetarduino.org/?cat=697
i dont know do the rest

I am grateful for the help

on this site is the basic ( Sending an SMS text message)

So, you have some code that can send an SMS to your phone? Does that actually work?

i dont know do the rest

"The rest" being reading 4 sensors, and sending a message when one of them reads HIGH? You're kidding, right?

i dont know if works or not thats why i am asking for help.
i dont want that sensors read high or low, just read oon/off

Which shield have you got? What happened when you tried the program? And which program - there's quite a few on that page?

i dont want that sensors read high or low, just read oon/off

If you don't know that HIGH means on and LOW means off, you need to put the Arduino away. This project is going to be far too complicated for you.

because its complicated, thats why im asking for help

because its complicated, thats why im asking for help

The process of reading sensors is NOT complicated. THAT is what you should start with.

The process for sending text messages IS complicated, but you claim to have code for that.

just now i have time to come here.
a has able to send sms wiht gsm example on arduino program.
i like to make it automatic ( dont need to usse serial monitor)
it is possible ?