php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "external data"

How can PHP be used to generate automatic links based on user preferences and external data?

To generate automatic links based on user preferences and external data in PHP, you can create a function that retrieves the user's preferences and fe...

How can data be sent to an external form (POST) using PHP?

To send data to an external form using PHP, you can use the cURL library which allows you to make HTTP requests. You can use cURL to send a POST reque...

What alternative methods can be used to access external XML data without using allow_url_fopen?

When accessing external XML data in PHP, using allow_url_fopen can pose security risks as it allows remote file access. An alternative method to acces...

How can PHP be used to access and manipulate data from external sources?

To access and manipulate data from external sources using PHP, you can use various methods such as cURL, file_get_contents, or APIs. These methods all...

How can one extract data from external websites using PHP?

One way to extract data from external websites using PHP is by using cURL, a library that allows you to make HTTP requests and retrieve data from remo...

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.