php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "id"

How can the timezone ID be retrieved without underscores in PHP?

When retrieving the timezone ID in PHP, it often includes underscores between words (e.g., "America/New_York"). If you want to retrieve the timezone I...

How can id values be passed in links to other files without using forms or sessions?

To pass id values in links to other files without using forms or sessions, you can append the id to the URL as a query parameter. This way, the id can...

How can a Session-ID be passed through a DropDown menu in PHP?

To pass a Session-ID through a DropDown menu in PHP, you can store the Session-ID in a hidden input field within a form that contains the DropDown men...

How can one check the requested URL in PHP to determine if it contains a specific article ID?

To check if a requested URL in PHP contains a specific article ID, you can use regular expressions to extract the article ID from the URL and then com...

How can one force the passing of a session ID through a URL in PHP?

To force the passing of a session ID through a URL in PHP, you can use the session_id() function to set the session ID before starting the session. Th...

Showing 61 to 65 of 3362 results

‹ 1 2 ... 10 11 12 13 14 15 16 ... 672 673 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.