php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "script ending"

How can PHP be used to create a feature for adding and reading members in a website admin area?

To create a feature for adding and reading members in a website admin area using PHP, you can create a form for adding new members and a script to han...

How do I configure passwords and paths for the database in PHP?

To configure passwords and paths for the database in PHP, you can store the credentials in a separate configuration file and include it in your PHP sc...

How can PHP be used to automate the process of sending pre-defined emails on a monthly basis?

To automate the process of sending pre-defined emails on a monthly basis using PHP, you can create a script that runs on a scheduled basis (e.g., usin...

How can PHP form submissions be handled without using JavaScript or the <input type="submit"> button?

When handling PHP form submissions without using JavaScript or the <input type="submit"> button, you can use a different type of form submission trigg...

How can the 'argv' and 'argc' variables in the $_SERVER array be used to access command line parameters in PHP scripts?

To access command line parameters in PHP scripts using the 'argv' and 'argc' variables in the $_SERVER array, you can use the following approach: 1....

Showing 9996 to 10000 of 10000 results

‹ 1 2 ... 1991 1992 1993 1994 1995 1996 1997 1998 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.