php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "php"

Was ist der Unterschied zwischen der Verwendung von .php und .html-Dateiendungen für PHP-Dateien?

Der Unterschied zwischen der Verwendung von .php und .html-Dateiendungen für PHP-Dateien liegt darin, dass PHP-Code nur in Dateien mit der .php-Endung...

How can PHP variables be passed from a non-PHP page to a PHP program effectively?

To pass PHP variables from a non-PHP page to a PHP program effectively, you can use query parameters in the URL. Simply append the variables to the UR...

How can the PHP interpreter not recognize PHP code and display it as text instead?

The PHP interpreter may not recognize PHP code if it is not enclosed within <?php ?> tags. To solve this issue, ensure that all PHP code is properly e...

Can PHP be used to create PHP files?

Yes, PHP can be used to create PHP files programmatically. This can be achieved by using PHP's file handling functions to create and write content to...

How can PHP-Anweisungen and HTML-Code be properly separated in PHP files?

To properly separate PHP-Anweisungen and HTML-Code in PHP files, you can use the PHP opening and closing tags to switch between PHP and HTML mode. Thi...

Showing 56 to 60 of 10000 results

‹ 1 2 ... 9 10 11 12 13 14 15 ... 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.