php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "GPS coordinates"

Are there any best practices or alternative methods for handling window manipulation in JavaScript?

Handling window manipulation in JavaScript can be done using the `window` object methods like `open()`, `close()`, `resizeTo()`, `moveTo()`, etc. It i...

What is the difference between using type="image" and type="submit" for form submission in PHP?

When using a form in PHP, the main difference between using type="image" and type="submit" for form submission is that type="image" allows for the use...

What is the best way to calculate the width of a string in pixels when using imagestring in PHP?

When using the `imagestring` function in PHP to draw text on an image, it is important to calculate the width of the string in pixels to ensure proper...

How can the length of a string be accurately calculated in pixels on the screen using PHP, especially when dealing with functions like "imagettfbbox"?

When using functions like "imagettfbbox" in PHP to calculate the length of a string in pixels on the screen, it can be challenging to accurately deter...

How can HTML be used to create image maps with specific shapes for links?

To create image maps with specific shapes for links in HTML, you can use the <map> and <area> tags along with the <img> tag. The <map> tag defines an...

Showing 366 to 370 of 370 results

‹ 1 2 ... 65 66 67 68 69 70 71 72 73 74 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.