php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "max-width"

How can one retrieve the width of an image in PHP?

To retrieve the width of an image in PHP, you can use the getimagesize() function, which returns an array containing the width and height of the image...

How can the max-size of input fields in HTML impact file uploads in PHP?

When the max-size of input fields in HTML is set too low, it can limit the size of files that can be uploaded through a form in PHP. To ensure that la...

How can PHP memory limit and max execution time affect the download of large files?

If the PHP memory limit or max execution time is too low, it can cause issues when downloading large files as the script may run out of memory or time...

What is the correct syntax for using the MAX function in sqlsrv with PHP?

When using the MAX function in sqlsrv with PHP, you need to ensure that you are correctly formatting the SQL query and fetching the result. The MAX fu...

How can the MAX() function in PHP be utilized to find the highest number in a column?

To find the highest number in a column using the MAX() function in PHP, you can execute a SQL query that selects the maximum value from the specified...

Showing 21 to 25 of 986 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 197 198 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.