Tagged Questions

1
vote
4answers
233 views

Is It Easy to Make an Email Address Book Invite?

Twitter and Facebook invite new users to send an invitation to everyone in their Gmail, Hotmail, or Yahoo Mail accounts. Is it easy to add this functionality to a website? Thanks, John
1
vote
2answers
1k views

How do I invite people from MSN, Yahoo into my application?

I need to add an invite users functionality to my social networking application so users can invite contacts from their hotmail or yahoo accounts. How do I do this and are there any free open source ...
0
votes
2answers
90 views

PHP friend invite link

I am implementing an invite feature. So in a database I have the following fields: invite_number, person_sending, user_receiving, and email_to_send_to. Invite_number is basically id for the ...
0
votes
0answers
56 views

PHP Invite-to-Team script (should expire and track in DB table)

Hi Guys :] I have three tables in my database currently and I am trying to extend it to allow a member of a Team with the appropriate privileges to invite another member into the team. The actual ...
0
votes
0answers
64 views

Most Recent and workin way to implement “Invited to join website” using facebook Graph API

Honestly after googling and reading alot of obsolete methods ive come to you. Im using PHP and facebook API to implement an authenticating system. The users authenticate Fine, But i was wondering how ...
0
votes
0answers
387 views

PHP facebook app coding : invite friends to application without FBML?

hey dudes, does anybody know HOW to code in PHP an invite thing to my application? I don't want to use the request-form dialog, i want to make my own but i don't know the GRAPH API (PHP) for sending ...
0
votes
1answer
47 views

giving users invites?

i want people to request invites to use my app, they fill in thier email address, but how can generate an url for them to go to register? presumbably only to be used once! i was thinking some sort of ...
0
votes
1answer
105 views

Help with IF THEN breaking when comparing results from MYSQL query

I'm have a problem with an invite system. The if statement seems to break. It shows the message "Fail" but the UPDATE statement still executes. Why do both the THEN and the ELSE excute? $dbConn = new ...
-2
votes
3answers
252 views

PHP MYSQL Warning: mysql_query() expects parameter 1 to be string, resource given in

<?php include 'connect.php'; include 'header.php'; $page = "signup.php"; // receive the invite code: $code = $_POST['code']; $sql = "SELECT codes FROM invites WHERE ...