answersLogoWhite

0


Best Answer

Websites are servers that present pages as they are requested. Pages, in this context, are merely different kinds of files -- much like images and word documents.

The "php" appended at the end of a URL indicates you are requesting a PHP type file, which is composed with the PHP language.

PHP is a programming language that stands for "PHP: Hypertext Preprocessor." It is used to develop websites that present dynamic content and allow page-to-page interaction, such as forums and wikis.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

7y ago

".php" at the end of a URL indicates that the file you are currently accessing on the web is a PHP language file. This file may be exclusively PHP or be HTML intermingled with PHP.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does php mean at the end of an url?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you get the url in a php website?

Copy the URL with the .php, The .php is part of the page.


What is the GET method in PHP?

The GET method in PHP allows you to grab information from the URL to use in your script.For example, say you are on the URL index.php?id=1 you could then in the PHP script grab the id using the GET method to use in your script.


Where is the URL in Roblox?

Do you mean the ID? It's the numbers at the end of a URL of that page.


How do you create an area of a webpage to display PHP results?

PHP code blocks start with <?php and end with ?>.


What is the use of a question mark in php?

It is used to tell the sever to use the PHP parser. To begin php you must use <?php, and to end it, it is ?>.


How do you give href toanother php page?

Here is the code below to redirect a webpage using php: <?php header('Location: url of the webpage'); // example: header('Location: index.php') exit; // exit after redirection is very important as php executes code line by line ?>


Where can you find a video website for kids?

Here is a List: [url]http://askyourpc.com/blog1.php/fun/on-the-web/is-there-a-youtube-for-kids[/url] or go here: www.totlol.com


Answers to howrsequiznumber 8?

http://www.howrseinfo.com/level8.php this is the URL to the page with all of the answers to this quiz


What are the answers to test2 on Howrse?

http://www.howrseinfo.com/level2.php this is the URL for a page with all of the answers for this quiz


What does .info mean and the end of a URL?

URL.info is a tool for handling web pages.


How do you implement breadcrumbs in PHP?

To Implements Breadcrumb In Front End You can use Bootstrap bread crumb Class. For Functionality URL can be traces Even using Javascript BOM(Browser Object Model) Properties.


What is the maximum size of url address in browser?

100 characters (I think because that is the maximum for the php _GET Mothod)