Possible Duplicate:
How to programmatically send SMS on the iPhone?
Has anyone succeeded to send SMS using php script or whatever (programmatically) via own iPhone5 and how? Iphone4 seems to lack support for programmatic sending without jailbreaking.
This is not something you can trigger via webkit which is the only way PHP can interact with the iPhone. As for firing an SMS, you can always use an email gateway (you will need to know the carrier of the number you are trying to send the message to), or you can use something like Twilio which makes sending (and responding to) SMS extremely easy (even from PHP).