Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Improve this question
I need to create website using Amazon API where I can pass static content(basically index.html content) and they should return some kind of temporary(internal?) URL to access newly created website.
What are the right services that need to be used to achive such goal?
Amazon S3 is probably what you're looking for. It will host static content and if you expose the bucket as publicly visible, then you will get what you're looking for. Here is the developer guide for AWS PHP SDK with S3:
http://docs.aws.amazon.com/aws-sdk-php/guide/latest/service-s3.html
The bucket can be configured for website access via the putBucketWebsite() function.
http://docs.aws.amazon.com/aws-sdk-php/latest/class-Aws.S3.S3Client.html#_putBucketWebsite
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to allow users of a site I am building to create a powerpoint presentation through my site. I need them to be able to edit them and download them also. I want to do this over a site for reasons of version control.
I have tried the Google Drive implementation and its very good, can this be integrated with a php site?
Thanks
This is can be done using third party libraries. You can find out about these libraries through googling. One library that claims to do the job is
PHP PowerPoint 2007 classes.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I was using Dreamweaver CS6 before, and I can test my PHP files in it(just to create a site and indicating the server root, etc, and everything is ready). But in CC version, I did the same thing, exactly the same setting as CS6, but my PHP file cannot be shown. I clicked the "connect to remote server" icon, and it cannot be connected(the icon cannot be on).
What's wrong with the CC version???
take a look to this links, this will help you...
helpx.adobe
tv.adobe
blogs.adobe
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Improve this question
I have made an app which already recieves the longitude latitude and phone number.
I need to store these in a mysql database and I have no experience with mysql and php.
Can anyone please help me, maybe with some tutorials.
You need to create MySql Database on a server and call Web service to add that data on the server using Php.
Look at this tutorial . Here you can find how to send and receive data using php web service.
http://www.codeproject.com/Articles/267023/Send-and-receive-json-between-android-and-php
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Improve this question
I am looking for a working code which displays a popup window for authorization just like washington post reader. The example shown on fb developers site is just a button (add to facebook) on html. I am looking for a full working sample with popup window and add-to-timeline functionality using PHP SDK preferrably.
Try these Sample Apps by Facebook
Run with Friends at http://github.com/facebook/runwithfriends/zipball/master
Or a few sample Apps at here http://developers.facebook.com/docs/beta/samples/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Anyone know of an opensource PHP Load Testing Framework similar to the Grinder " "http://grinder.sourceforge.net/".
I haven't used the grinder, but It sounds similar to JMeter. Also at times I have used plain old Selenium for load testing.
RedLine has a Cloud Load Testing tool in PHP on Amazon AWS now. it is free for the service, but you have to pay for the Spot Instances on your account (for example 50,000 user test on 200 m1.small is about $2/hour).