php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "price"

How can the use of classes improve the management of shopping cart data in PHP applications compared to arrays?

Using classes can improve the management of shopping cart data in PHP applications compared to arrays by providing a structured way to organize and ma...

What are some best practices for designing a shopping cart system in PHP with database integration?

When designing a shopping cart system in PHP with database integration, it is important to properly structure the database tables to store cart items,...

What are the parameters of the number_format function in PHP for formatting prices?

When formatting prices in PHP using the number_format function, there are a few parameters that can be used to customize the output. The function take...

How can PHP developers efficiently store and retrieve multiple prices from a CSV file in a loop and pass them to another PHP script for calculation?

To efficiently store and retrieve multiple prices from a CSV file in a loop and pass them to another PHP script for calculation, you can use PHP's bui...

How can regular expressions be used to extract specific patterns, such as prices, from a string in PHP?

Regular expressions can be used in PHP to extract specific patterns, such as prices, from a string by defining a pattern that matches the desired form...

Showing 191 to 195 of 196 results

‹ 1 2 ... 31 32 33 34 35 36 37 38 39 40 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.