genius-level form question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Westcoast Sheri

    genius-level form question

    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!

  • Michael Vilain

    #2
    Re: genius-level form question

    In article
    <BE19809C.6BCF5 %westshestcosts heastsheri@west shestcostsheast sher.com>,
    Westcoast Sheri <westshestcosts heastsheri@west shestcostsheast sher.com>
    wrote:
    [color=blue]
    > 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![/color]

    My service (ATT/Cingular) offers an email<-->textmessage gateway. You
    send email to my phone through their service and it sends a text
    message. Verizon offers this as well. Doesn't your provider offer it?

    --
    DeeDee, don't press that button! DeeDee! NO! Dee...



    Comment

    • Manuel Lemos

      #3
      Re: genius-level form question

      Hello,

      on 01/23/2005 10:26 PM Westcoast Sheri said the following:[color=blue]
      > 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?[/color]

      Here you may find several SMS gateway classes in PHP:

      Wireless communications, handheld and pocket computing. Generate pagination controls for Web pages. Remove unused CSS rules for AMP pages. Generate pass for Apple PassBook. Send SMS messages via Betamax gateways. Send SMS using the BulkSMS api 2.0. Retrieve of number of a phone accessing a WAP site. Send SMS messages via RouteSMS. Send SMS and use other ClickaTell services API. Send worldwide SMS using the Clickatell gateway. Send SMS messages... Wireless and Mobile


      --

      Regards,
      Manuel Lemos

      PHP Classes - Free ready to use OOP components written in PHP
      Free PHP Classes and Objects 2026 Versions with PHP Example Scripts, PHP Tutorials, Download PHP Scripts, PHP articles, Remote PHP Jobs, Hire PHP Developers, PHP Book Reviews, PHP Language OOP Materials


      PHP Reviews - Reviews of PHP books and other products


      Metastorage - Data object relational mapping layer generator

      Comment

      • Jerry Sievers

        #4
        Re: genius-level form question

        Westcoast Sheri <westshestcosts heastsheri@west shestcostsheast sher.com> writes:
        [color=blue]
        > 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?[/color]

        Sure there is. Read up on 'curl'.

        Even easier for some phone services is an email gateway. I suggest
        you verify that this does NOT exist before going the curl route.

        HTH

        PS: Evidently your site gets very few visitors!

        --
        -------------------------------------------------------------------------------
        Jerry Sievers 305 854-3001 (home) WWW ECommerce Consultant
        305 321-1144 (mobile http://www.JerrySievers.com/

        Comment

        • Jeff

          #5
          Re: genius-level form question

          Most cell providers offer email. Just your phone number @whatever.com.
          That is basically how you can download ringtones and what not. An easy
          way to find your cell email is to open a yahoo account, edit the mail
          filters and register your phone, they tell you your phone's email
          address.


          Anyone with a tmobile account that can have text messages should be
          able to send emails to their phone by entering something like this:
          0000000000@tmom ail.net.

          That will get sent directly to your phone. You should check with your
          provider to see what you email address is.

          Jeff
          Jerry Sievers wrote:[color=blue]
          > Westcoast Sheri[/color]
          <westshestcosts heastsheri@west shestcostsheast sher.com> writes:[color=blue]
          >[color=green]
          > > 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?[/color]
          >
          > Sure there is. Read up on 'curl'.
          >
          > Even easier for some phone services is an email gateway. I suggest
          > you verify that this does NOT exist before going the curl route.
          >
          > HTH
          >
          > PS: Evidently your site gets very few visitors!
          >
          > --
          >[/color]
          -------------------------------------------------------------------------------[color=blue]
          > Jerry Sievers 305 854-3001 (home) WWW ECommerce Consultant
          > 305 321-1144 (mobile http://www.JerrySievers.com/[/color]

          Comment

          • R. Rajesh Jeba Anbiah

            #6
            Re: genius-level form question

            Westcoast Sheri wrote:
            <snip>[color=blue]
            > So.... would there be a way where if a visitor visits my page, the[/color]
            php code[color=blue]
            > would "fopen()" the cellphone website page, input my 9 digit cell[/color]
            number,[color=blue]
            > and a brief text message (like, "visited"), and then submit the form?[/color]

            Google "post2host" . Guess, I'm a genius now;-)

            --
            <?php echo 'Just another PHP saint'; ?>
            Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

            Comment

            Working...