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.
Related
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.
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.
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
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.
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 years ago.
Improve this question
What are the best PHP solutions for a blip.fm-like fixed audio player?
You should be able to use XMoov to do this: http://stream.xmoov.com/
Well you have two options, either use a flash based solution, there's plenty of examples here.
Otherwise if flash is a problem you can try using the new html 5 audio tag, the spec is here.