php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "separate server"

Is it advisable to separate PHP and JS code by placing the JS library in a separate file and linking it in the HTML document?

It is advisable to separate PHP and JS code by placing the JS library in a separate file and linking it in the HTML document. This practice helps in o...

How can a jpg image of a ticket be displayed on a separate page in PHP?

To display a jpg image of a ticket on a separate page in PHP, you can use the HTML <img> tag with the source attribute pointing to the location of the...

Is it considered best practice to separate PHP code for different actions, such as creating, editing, and deleting blog entries, into separate files?

It is considered best practice to separate PHP code for different actions into separate files to improve code organization, readability, and maintaina...

Is it possible to eliminate the need for separate download scripts on different servers and allow direct downloads from the main site in PHP?

To eliminate the need for separate download scripts on different servers and allow direct downloads from the main site in PHP, you can use PHP's readf...

What are some best practices for integrating PHP scripts to showcase real-time cart values on a separate webpage?

To showcase real-time cart values on a separate webpage using PHP scripts, you can utilize AJAX to periodically fetch updated cart values from the ser...

Showing 41 to 45 of 10000 results

‹ 1 2 ... 6 7 8 9 10 11 12 ... 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.