Welcome to the Ifbyphone Developers zone. This forum provides a place for the community of advanced Ifbyphone users and developers to share ideas, exchange code, and ask questions.  

Additional Resources

Ifbyphone Company Blog - Ifbyphone Twitter Page - Ifbyphone Company Web Site - Ifbyphone Partners Page
Ifbyphone's CEO's (Irv Shapiro's) Personal Blog - Irv Shapiro Twitter Page

It has been brought to our attention that the NEW MEMBER link does not always display in IE7. If you do not see the new member link in the login box on the right, please try another browser. (Firefox works fine.) In addition please note that Phonemashup accounts are completely separate from Ifbyphone accounts.

If you need help fast, call 877 295 5100 to reach the Ifbyphone "Success Team".   (Support is option 2.)

Members Login
Username 
 
Password 
    Remember Me  
Chatbox
Please log in to join the chat!
Post Info TOPIC: problem with netget action


Newbie

Status: Offline
Posts: 1
Date: Mar 18, 2010
problem with netget action
  
 


i am working on ifbyphone i have problem to get parameters to my server and giving to responce
i written following code in survo ivr

Current URL: http://www.prepaidtab.com/html/ifbyphone.php?app_name=irving&step=authorize&attempt_number=1&time=timestamp&okay=A1&mydata=p_t&uid=unique_id

and following code written in in my server page

<?php
include "connect.php";
session_start();
$step = $_POST['step'];
$attempt_number = $_POST['attempt_number'];
$account_number = $_POST['mydata'];
$id = $_POST['uid'];
// Take action based on the values.
switch($step){
case 'authorize': // Validate the account number passed.
$query2="SELECT * FROM ppt_order where randomnumber=$account_number";
$result2=mysql_query($query2);
$nume=mysql_num_rows($result2);   
$act=mysql_fetch_assoc($result2);
$randomnumber=$acr[randomnumber];
if ($nume) {
echo "<action>
<app>survo</app>
<parameters>
<id>$id</id>
<p_t>acct|$randomnumber</p_t>
</parameters>
</action>";
}else {
echo "<action>
<app>survo</app>
<parameters>
<id>$id</id>
</parameters>
</action>";
}

please give me reply my netget not working


__________________


Veteran Member

Status: Offline
Posts: 58
Date: Mar 18, 2010
  
 

Visu, I don't see that the page you are referring to in the NetGet exists. If you look in your developer log, you'll see that we are getting a 404 back. We can't find that page.

ALso - I woudl recommend editing the above post to remove all proprietary information, like the URL, etc.

__________________
Page 1 of 1  sorted by
 
Quick Reply

Please log in to post quick replies.

Post to Facebook Post to Digg Post to Del.icio.us

This is an open and public forum so Ifbyphone is unable to ensure that all code and suggestions posted to this forum are correct. Please use all code posted here at your own risk. Ifbyphone assumes no liability for code, recommendations and suggestions posted to this forum.

Users and developers will find hundreds of useful posts at the Ifbyphone company blog.