Skip to content
View 4cm's full-sized avatar
Block or Report

Block or report 4cm

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

Pinned

  1. crypto crypto Public

    A two-way encryption method/class for PHP.

    PHP 1

  2. email_IsValid email_IsValid Public

    PHP function to validate if an email address is valid or not, includes checking for email injections, syntax formatting, dns checking, and a few basic TLD corrections.

  3. textarea_MaxCharacterLimit textarea_MaxCharacterLimit Public

    A jQuery function that allows you to limit the amount of characters within a html textarea field and display characters used and remaining.

    JavaScript

  4. php curl method to get content of a ... php curl method to get content of a json request, while using an Authorization Bearer httpheader option.
    1
    /**
    2
     * @param $url
    3
     * @param $token
    4
     * @return bool|string
    5
    */