php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "live site"

What are some alternative solutions to using PHP for offline forum reading?

Issue: PHP is not suitable for offline forum reading as it requires a server to interpret the code and fetch data from a database. To read forums offl...

What are some common security vulnerabilities in PHP scripts, as seen in the provided code snippet?

One common security vulnerability in PHP scripts is SQL injection, where user input is not properly sanitized before being used in database queries. T...

What are the best practices for handling data from POST requests in JS to ensure security and efficiency in web development projects?

When handling data from POST requests in JavaScript, it is important to sanitize and validate the input to prevent against security vulnerabilities su...

What are the advantages and disadvantages of using strip_tags and addslashes functions in PHP to sanitize data retrieved from a database before outputting it in a script?

When retrieving data from a database in PHP, it is important to sanitize the data before outputting it to prevent potential security vulnerabilities s...

Showing 8236 to 8239 of 8239 results

‹ 1 2 ... 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.