php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "without PHP"

Is it possible to maintain a Div-Container without reloading in PHP without using AJAX?

To maintain a Div-Container without reloading in PHP without using AJAX, you can use PHP sessions to store the content of the Div-Container and update...

How can PHP files be included without displaying output?

To include PHP files without displaying output, you can use the output buffering technique in PHP. This involves using ob_start() to start output buff...

How can PHP be configured to authenticate with an SMTP server for mail sending without enabling relaying or SMTP without authentication?

To authenticate with an SMTP server for mail sending in PHP without enabling relaying or SMTP without authentication, you can use the PHPMailer librar...

How can PHP handle sessions without relying on cookies?

PHP can handle sessions without relying on cookies by using a technique called URL rewriting. This involves passing the session ID as a parameter in t...

How can PHP be installed without automatically installing Apache?

When installing PHP, it often comes bundled with Apache web server by default. To install PHP without automatically installing Apache, you can use pac...

Showing 1 to 5 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.