php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "path"

How can you differentiate between a URL path and a file path in PHP when dealing with images?

When dealing with images in PHP, it's important to differentiate between a URL path and a file path. A URL path is the address used to access an image...

How can one specify the path to php.exe in Run Options to resolve the PHP Path Error?

To specify the path to php.exe in Run Options to resolve the PHP Path Error, you need to locate the php.exe file on your system and provide the full p...

How can the use of relative path indicators like /, ../, and ./ affect file path resolution in PHP?

Using relative path indicators like /, ../, and ./ can affect file path resolution in PHP by changing the directory from which the file path is being...

Why does clicking on ".." automatically set the path one level higher, but only up to $startpath, without modifying $path?

When clicking on ".." in a file path, it is expected behavior to move up one level in the directory structure. To implement this functionality in PHP...

What are some methods in PHP to extract only the folder name from a path without the full path?

When working with file paths in PHP, you may need to extract just the folder name from a given path without the full path included. One way to achieve...

Showing 6 to 10 of 6173 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1234 1235 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.