php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "program flows"

How can the output of a program started with exec() in PHP be redirected to a file or another output stream to prevent PHP from waiting for the program to finish?

When using the `exec()` function in PHP to run an external program, the output of the program is typically displayed directly in the browser. To preve...

What is the issue with PHP waiting for the return of a C program started with shell_exec?

When PHP uses `shell_exec` to start a C program, it waits for the program to finish before continuing execution. If the C program does not return a re...

How can PHP session variables be accessed from different parts of a program?

To access PHP session variables from different parts of a program, you can simply start the session using session_start() at the beginning of your PHP...

What are some best practices for integrating PHP functionality with a C# program for GUID validation and activation?

To integrate PHP functionality with a C# program for GUID validation and activation, you can create a PHP script that generates a GUID and sends it to...

What is the purpose of the PHP program discussed in the thread?

The purpose of the PHP program discussed in the thread is to solve the issue of displaying a list of items from a database in alphabetical order. The...

Showing 16 to 20 of 874 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 174 175 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.