php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "PHP update"

How can one update values in PostgreSQL using PHP?

To update values in PostgreSQL using PHP, you can use the PDO library to establish a connection to the database and then execute an SQL UPDATE stateme...

What are common errors when using a large UPDATE clause in PHP?

Common errors when using a large UPDATE clause in PHP include exceeding memory limits, timeouts, and potential data inconsistencies. To avoid these is...

What is the best way to update data in a MySQL database using PHP?

To update data in a MySQL database using PHP, you can use the SQL UPDATE statement along with PHP's mysqli functions. First, establish a connection to...

What is the difference between INSERT and UPDATE in SQL?

INSERT is used to add new records to a table in a database, while UPDATE is used to modify existing records in a table. If you want to add a new recor...

How can PHP be used to update a file without refreshing the page?

To update a file without refreshing the page using PHP, you can make an AJAX request to a PHP script that handles the file update operation. This PHP...

Showing 11 to 15 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.