Breaking News
Loading...
Thursday 21 February 2013

How to make txtweb application in PHP.

hi guys welcome to my blog...............

txtweb is a one sms based plat form.if you want to make any application in txtweb in php language the follow following steps.

1)  Make txtweb account.
2) log in to your account.
3) decide your application name and check this name is available or not. for this go to create new services.
4) decide your keyword and check it available.
5) if yes then make it "save and next".
6)it will display congratulation message with service key.


- Now for example we want to make one app which gives what you type  number than write phpcode something like .
-------------------------------------------------------------------------------------------------
addition.php
------------------------------------------------------------------------------------------------

<html>
    <head>
        <meta name="txtweb-appkey" content="xxxxxxxxx - xxxxxxxxx - xxxxxxxxx - xxxxxxxxx" />
        <title>Jay Hanuman - Jay Madi_Nirav</title>
    </head>
    <body>
      <?php
                if(isset($_GET['txtweb-message']))
                {
                            $no = $_GET['txtweb-message'];

                            echo "You enter" .$no;

                }
else
{
       echo("Please Enter two number which you want to add");
}

      ?>
    </body>
</html>


-----------------------------------------------------------------------------------------------------


Note:  here "xxxxxxxxx - xxxxxxxxx - xxxxxxxxx - xxxxxxxxx" means your service key.


7) now save this file and host this file any where on inter net
8) for hosting some free php file hosting are available(Free PHP Hosting Site -click here)
9) after uploading this file copy this file location.
10) type this link location in Link your Service name to service App  (stage-2)
11) Save ad than publish..............



--
/\/ir@\/  <(.'.)>

0 comments:

Post a Comment

Thanks for comment

 
Toggle Footer