Skip to content

Instantly share code, notes, and snippets.

View untillnesss's full-sized avatar
🐒
JANGAN MUDAH PUAS DAN JANGAN PATAH SEMANGAT

Muhammad Abdullah Sa'id untillnesss

🐒
JANGAN MUDAH PUAS DAN JANGAN PATAH SEMANGAT
View GitHub Profile
$imgPay = $this->input->post('uploadImgPayText');
$explodeImgPay = explode('data:image/', $imgPay);
$explodeImgPay = explode(';base64,', $explodeImgPay[1]);
$imgExt = $explodeImgPay[0];
$imgPay = $explodeImgPay[1];
$imgName = 'public/images/pay/' . $user_id . '-' . time() . '.' . $imgExt;
$file = file_put_contents('./' . $imgName, base64_decode($imgPay));
@untillnesss
untillnesss / cloudSettings
Last active July 18, 2021 07:40
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-07-18T07:40:00.368Z","extensionVersion":"v3.4.3"}