Skip to content
View MJNinja's full-sized avatar

Block or report MJNinja

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. detect-url-inside-string detect-url-inside-string Public

    This PHP function uses a Regular Expression (regex) to find any matches that could represent a valid URL and then replaces them with a clickable link inside the supplied string.

    PHP 1

  2. remove-tags-and-its-content remove-tags-and-its-content Public

    This PHP functions uses dynamic opening and closing tags and searches for them in the supplied string. It then removes them with its content.

    PHP

  3. get-browser-information get-browser-information Public

    This PHP function gets the current browsers information and turn that into an array which contains the following information: User Agent, Browser Name, Version, Platform and Pattern.

    PHP

  4. country-codes-sql-script country-codes-sql-script Public

    This SQL script creates a "countries_codes" table and stores the coutry's name and the short code for that country.

  5. simple-php-encryption-function simple-php-encryption-function Public

    his is a simple PHP Encryption function which lets you encrypt and decrypt any string.

    PHP

  6. get-user-location-information get-user-location-information Public

    This PHP script uses the current users IP address to get the location information about that user. It send the ip address to ipinfo.io and receive an array back with users location information.

    PHP