php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "SQL UPDATE"

How can PHP and SQL be effectively used together to update database records?

To update database records using PHP and SQL, you can use the mysqli or PDO extension to connect to the database and execute an SQL UPDATE statement....

How can PHP be used to update a SQL database record with input values?

To update a SQL database record with input values using PHP, you can use SQL UPDATE query along with PHP variables to set the new values for the recor...

What common mistakes can lead to a SQL update not functioning properly in PHP?

Common mistakes that can lead to a SQL update not functioning properly in PHP include incorrect SQL syntax, not specifying the correct table or column...

How can SQL injection be prevented in the UPDATE query?

SQL injection in an UPDATE query can be prevented by using prepared statements with parameterized queries. This method ensures that user input is trea...

What are the benefits of using an SQL UPDATE statement like "UPDATE tabelle SET ID2 = ID2 + ID - 25123" in PHP?

When using an SQL UPDATE statement like "UPDATE tabelle SET ID2 = ID2 + ID - 25123" in PHP, you can easily update the values in a specific column of a...

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.