Skip to content
View fazlurr's full-sized avatar

Organizations

@orderonlineid

Block or report fazlurr

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. FixedHeader FixedHeader Public

    Forked from DataTables/FixedHeader

    Fix the header, footer, left or right columns of a table in place, to always show them when scrolling

    JavaScript

  2. AngkotMap AngkotMap Public

    Android app for choosing the city transport (Angkot) in Tangerang Selatan, Indonesia

    Java

  3. Function to save base64 image to png... Function to save base64 image to png with PHP
    1
    <?php
    2
    	// requires php5
    3
    	define('UPLOAD_DIR', 'images/');
    4
    	$img = $_POST['img'];
    5
    	$img = str_replace('data:image/png;base64,', '', $img);
  4. WP_Query arguments list WP_Query arguments list
    1
    <?php
    2
    /**
    3
    * WordPress Query Comprehensive Reference
    4
    * Compiled by luetkemj - luetkemj.com
    5
    *