php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "URL"

How can variables be transmitted via URL without being displayed in the URL?

To transmit variables via URL without displaying them in the URL, you can use the POST method instead of the GET method. This way, the variables are s...

What are some alternative ways to implement URL redirection in PHP without using header(Location: URL)?

Using JavaScript to perform URL redirection is an alternative way to implement redirection in PHP without using header(Location: URL). This method inv...

How can URL encoding be used in PHP to convert special characters in a URL?

URL encoding in PHP can be used to convert special characters in a URL into a format that can be safely transmitted over the internet. This is importa...

What is the best approach to extract a nested URL from a given URL in PHP, especially when the parameter name may vary?

When extracting a nested URL from a given URL in PHP, especially when the parameter name may vary, one approach is to use regular expressions to searc...

How can one ensure that variables in a URL are automatically included in another URL during an include call in PHP?

To ensure that variables in a URL are automatically included in another URL during an include call in PHP, you can use the $_GET superglobal array to...

Showing 6 to 10 of 8343 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1668 1669 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.