answersLogoWhite

0

What is php in address?

Updated: 9/17/2023
User Avatar

Wiki User

9y ago

Best Answer

it means that the webpage was programmed in PHP (scripting language), so it's not pure static html, but (at least) parts of it are generated dynamically according to some data (usually from a database) - for example comments that users has added to articles, or such.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is php in address?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is there an event in PHP?

By an event I assume you mean a pre determined page of code that you can run at a specific date and time. In the language PHP, the answer is no. You cannot do this. On most Linux / Unix servers that use PHP, you can create a cron job that will run your code at a given date and time. When you put in the page address, make sure you use the full root address or it will not run.


How do you know who loaded your page in PHP?

A simple approach would be to log the IP address of each visitor to your website. The IP address identifies the computer or network from where the client visited your website so you should be able to retrace each visitor. In PHP, the IP address of the client is available in the $_SERVER environment variable. $_SERVER['REMOTE_ADDR'];


What is 10 percent in Php 250?

Answer: Php 2510% of Php 250= 10% * Php 250= 0.10 * Php 250= Php 25


What is the maximum size of url address in browser?

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


What is a php consultant?

PHP Consultant is a Expert PHP Developer who Guide PHP Development Process


What is the default extension that most Web servers use to process php scripts?

PHP files extension is .php


What is the web address of the Kam Wah Chung And Co Museum in John Day Oregon?

The web address of the Kam Wah Chung And Co Museum is: www.oregonstateparks.org/park_8.php


What are semantics in PHP?

In PHP, semantics refer to the meaning of code or how statements are interpreted by the PHP engine. It involves understanding how code functions and interacts with other elements in a PHP script. Proper semantics ensure that the code behaves as expected and follows the established rules of the PHP language.


Is php a binary file?

No, PHP is text file with .php extension.


Will php 4.4.7 server support php 5 files?

Yes php 4.4.7 server support php 5 files. But most of the php 5 features are not supported by php 4.4.7 version


Does android supports PHP?

It supports websites made on php but not coding in php. There are workarounds for coding in PHP using Android.


How do you get the url in a php website?

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