Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ThingEngineer/PHP-MySQLi-Database-Class
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rittme/PHP-MySQLi-Database-Class
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 19, 2012

  1. Update MysqliDb.php

    rittme committed Nov 19, 2012
    Configuration menu
    Copy the full SHA
    786718e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2012

  1. FILTER_SANITIZE_STRING don't like < opperator

    Had to remove the filter_var of FILTER_SANITIZE_STRING, because it strip tags and think smaller than is an unfinished tag (stripping everything after it).
    rittme committed Nov 28, 2012
    Configuration menu
    Copy the full SHA
    363e453 View commit details
    Browse the repository at this point in the history
Loading