Normally, if I want to know if someone viewed a particular page, I use the
php's "mail()" function (because I check my email lots more than I check my
weblogs :-)
Now I want to know how get php to "text-message" my cellphone!
Here's the idea: my cellphone website has a "send someone a text message"
page. On that page, there are 3 form objects:
a.) input for the 9-digit recipient phone
b.) input for the text message
c.) a "submit" button.
So.... would there be a way where if a visitor visits my page, the php code
would "fopen()" the cellphone website page, input my 9 digit cell number,
and a brief text message (like, "visited"), and then submit the form?
Thanks!
php's "mail()" function (because I check my email lots more than I check my
weblogs :-)
Now I want to know how get php to "text-message" my cellphone!
Here's the idea: my cellphone website has a "send someone a text message"
page. On that page, there are 3 form objects:
a.) input for the 9-digit recipient phone
b.) input for the text message
c.) a "submit" button.
So.... would there be a way where if a visitor visits my page, the php code
would "fopen()" the cellphone website page, input my 9 digit cell number,
and a brief text message (like, "visited"), and then submit the form?
Thanks!
Comment