Best way to look up a price on amazon using PHP [closed] - php

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 days ago.
Improve this question
What is the most elegant way to look up the current price only, starting with an Amazon ASIN. I do have an associate's ID so I can use the advertising API. Assume I will be using vanilla PHP.
Thanks.

Related

What is the best way to share a sample PHP website to show the functionality of the website before hosting? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 4 days ago.
Improve this question
I made a website using PHP as the serverside language. How can I show my client a working sample of the website ? I cannot meet the client in person but the client want to use and see the functionality of the website.

How do I build a simple poetry line generator code? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 days ago.
Improve this question
What programming language would you recommend in order to build a simple poetry line generator code?
It will just be a standalone form button that spits out random poetry lines.
This is on our wordpress site by the way and someone recommended their Code Snippets plugin.

It is safe to show the extension of file on website? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this question
I want to know whether showing the extension of a file in the website's URL is safe or not.
For example:
www.example.com/contact.php
www.example.com/contact
It's safe to do so if you want, providing PHP is installed and executes your PHP files correctly.

What is the best documentation script for a project? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I coded a codeigniter library called Aauth and i want to create documentation for it.
My need is a documentation script written in php.
We use PHPDoc: http://www.phpdoc.org/ for our PHP documentation
Php documentor is really good
http://pear.php.net/package/phpDocumentor/redirected

Symfony2 Unit Testing Bundle Extension::load() [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
Does anyone have any tips for unit testing Extension::load() method?
It seems like this function isn't designed to handle unit testing since we hard-code the path(s) for it to load.
Any ideas?

Categories