php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "open in."

How can short-open tags in PHP scripts impact compatibility and security?

Short-open tags in PHP scripts can impact compatibility because not all servers may have short-open tags enabled by default. It can also pose security...

Can fpdf open existing PDF files?

Yes, fpdf cannot directly open existing PDF files. However, you can use the FPDI (FPDF Template) library along with fpdf to import and modify existing...

What is the correct HTML code to open a link in a new tab?

To open a link in a new tab using HTML, you need to use the target attribute with the value "_blank". This tells the browser to open the linked page i...

What are the potential pitfalls of using short open tags in PHP?

Using short open tags in PHP can lead to compatibility issues with servers that do not have short open tags enabled. To ensure maximum compatibility,...

What specific JavaScript command can be used to open a window for a user?

To open a window for a user in JavaScript, you can use the `window.open()` method. This method allows you to open a new browser window with a specifie...

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.