php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "document creation"

How can PHP be used to generate a Word document and a PDF document from content retrieved from a database?

To generate a Word document and a PDF document from content retrieved from a database using PHP, you can use PHP libraries like PHPWord for Word docum...

Is it possible to restrict file creation by PHP scripts using .htaccess files?

It is not possible to restrict file creation by PHP scripts using .htaccess files as .htaccess files only apply to Apache server configurations. To re...

What are some best practices for sorting folders based on creation date in PHP?

When sorting folders based on creation date in PHP, one approach is to use the `filectime()` function to get the creation timestamp of each folder, th...

How can the array_multisort function be used to sort an array of images based on their creation date in PHP?

To sort an array of images based on their creation date in PHP, you can use the array_multisort function. First, you need to extract the creation date...

What are some recommended resources for learning PHP basics for template creation?

To learn PHP basics for template creation, some recommended resources include online tutorials like PHP.net, W3Schools, and TutorialsPoint. Additional...

Showing 21 to 25 of 3017 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 603 604 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.