php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "web search"

What are some common terms or keywords to search for tutorials on creating a web-based file manager using PHP?

To create a web-based file manager using PHP, some common terms or keywords to search for tutorials include: "PHP file manager tutorial," "web-based f...

What are the potential pitfalls of trying to create a search engine that indexes the entire web using PHP?

One potential pitfall of trying to create a search engine that indexes the entire web using PHP is the performance limitations of PHP when handling la...

What is the output of $_SERVER['HTTP_USER_AGENT'] for search robots, web crawlers, and spiders?

Search robots, web crawlers, and spiders typically identify themselves in the `$_SERVER['HTTP_USER_AGENT']` variable. To differentiate these bots from...

Are there any specific PHP libraries or resources that can help in building a search function for files on a web server?

To build a search function for files on a web server using PHP, you can utilize the `glob()` function to retrieve a list of files matching a specified...

How can PHP be used to search for images in a directory on a web server?

To search for images in a directory on a web server using PHP, you can use the `glob()` function to retrieve a list of files in the directory and then...

Showing 11 to 15 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.