Tagged Questions
-1
votes
2answers
23 views
SMTP host that allows us to send more than 2,000 emails per day [closed]
So I'm using https://github.com/Synchro/PHPMailer for a PHP project. We're connecting to a Google Apps account to send email.
I don't want to use PHP's builtin mail() function because I prefer the ...
0
votes
2answers
63 views
php pop up box after if statement?
I am doing some php to make an app and i need a window to pop up when i run my php if statement. At the minute, when i run the app, my if statement works, but goes to a new page to display the info ...
0
votes
1answer
68 views
How to send sites mailer.php emails through Google Apps
I have a site where users create profiles. They are prompted to confirm their emails via a confirmation email.
I am on a hostgator vps and have a google apps account. There is a mailer.php file in my ...
1
vote
4answers
195 views
Facebook API: Logging in, but still not working
I'm using the Facebook API connected script written in PHP (provided by Facebook). Everything works, it generates the login URL and redirects me back to the website when I'm logged in.
However, the ...
0
votes
1answer
190 views
Php mailer doesn't mail to google apps
I recently migrated my email accounts from a host to google apps. But since then my php mailer form on the website doesn't working anymore. It seems to keep delivering the email to the old mailbox and ...
0
votes
1answer
68 views
Can I use php SESSIONS in spotify apps?
since PHP can't be used in Spotify apps directly I am using it on my server only, but I am having problems getting the sessions to work, is it possible to use sessions even?
I want to use it to see ...
-3
votes
1answer
67 views
iPhone Apps getting mysql database data [closed]
I have an idea of creating an iPhone app, containing a function to access the mysql database of a remote server, and getting some data to trigger further iPhone functions.
Would it be possible? ...
1
vote
0answers
56 views
Login users to website and google apps at the same time
What I need to achieve is as follows: I have a website that access through mycompany.org. I also have a google apps account that I access through google.com/a/mycompany.org. What I need is for the ...
1
vote
4answers
74 views
Using $_GET to retrieve mycustomvariable
I am trying to use the $_GET operator in php to get mycusomvariable from an fb app url to try to append a username, and find that this appears to return no details?
As an example here is the url I'm ...
0
votes
0answers
36 views
What is the best way to submit / push audio file from IOS app to a server?
I have built and ios app that is a web view of a website. On the app I enable users to record sounds then once they are done they can upload/submit the file to a server.
My concert is regarding the ...
0
votes
1answer
153 views
Android Apps - Web services in Java instead of PHP to connect to MYSQL database [closed]
Please advise what is your thought on this
"Can you check with any of your contacts if there are issues with doing web services in Java instead of PHP to connect to MySQL database
other option is try ...
0
votes
3answers
770 views
oauth facebook within page tab
I have followed the facebook developer tutorial in order to do this to no avail.
Basically I need user to authorize my app from within a page tab.
I have used their recommended javascript to ...
0
votes
1answer
507 views
Custom Search Engine Which Searches a Private Database
I am looking for a search engine that can search through a MySQL database and return results in a similar way to Google search. For an example of what I am looking for you can check out
...
0
votes
1answer
107 views
Get an image url when the user selects the image from a list of their photos
I have a list of the user's images displayed, (who has already allowed access to the app).
<div class="list inline">
$i = 0;
foreach ($photos as $photo) {
// Extract the pieces ...
0
votes
2answers
508 views
Layar Development : First Tutorial Issues
Good Evening Stackoverflow Lords & Ladies,
I am attempting to develop a Layar layer to use at my work but I'm having some difficulties right out of the gate. Here's the scenario
I have ...
0
votes
1answer
145 views
In facebook apps how link is associated with apps link
Suppose I have facebook apps, and its canvas url is http://localhost/app/, and this page contains a link as <a href='/a.php'>go</a>, when this show in apps page in facebook then it shows ...
0
votes
0answers
277 views
Learning facebook application [closed]
I am actualy trying to folow a tutorial how to create an facebook application
...
1
vote
0answers
137 views
iFrame with new https opening up in a new window without the FB chrome around it and form submission opening up in a new window
Got a bit of a problem that I can't seem to figure out.
I've had an application out on FB for about a year now, but when I switched to https, now the pages open up in a new tab on the browser, and ...
0
votes
2answers
413 views
Metatags are not shown if “index.php” is shared on Facebook
We have an app running on facebook. Metatags for sharing the link of the app are implemented correctly and working, as long as I am not sharing the index.php.
I implemented exactly the same content ...
1
vote
2answers
706 views
Redirection problem--from Facebook application to Facebook tab
I want to redirect from my Facebook app-canvas page to Facebook tab
I'm using PHP
when I redirect with header('location':$taburl) tag it remain at the same canvas page.
Please give me answer of this ...
2
votes
6answers
203 views
Honor a cookie in all open tabs
I have a web app that authenticates against a SQL DB and sets a cookie with credentials, like a "remember me" sort of thing. Part of the app involves using a bookmarklet to add things into your ...