It is safe to show the extension of file on website? [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 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

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.

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

Best way to look up a price on amazon using PHP [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 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.

Streaming MP3 with open source PHP [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 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.

Categories