mcrypt replacement by AES-128 in PHP 7
Problem: My client has mcrypt code that running on PHP 5.6 but this code deprecated and cannot use in PHP 7 Known: My mcrypt code is shown as below: Request: How to replace the...
Problem: My client has mcrypt code that running on PHP 5.6 but this code deprecated and cannot use in PHP 7 Known: My mcrypt code is shown as below: Request: How to replace the...
Known: My Client has nodeJS code: Private Key: Request: How to make it in php and also make a decrypt function … ? Solution: I make this code: Explain: Buffer.from(str,’utf8′) equivalent with utf8_encode($data) forge.pki.publicKeyFromPem...
Known: My Client Has Reseller Club WebStore (resellerclub.com) All PHP Code from Reseller Club (paymentpage.php, postpayment.php) already applied in Client Server He used duitku (www.duitku.com) as payment gateway Sample Order: I order one domain...
Diketahui: Dari dokumentasi tokopedia di https://developer.tokopedia.com/openapi/guide/#/authentication maka untuk mendapatkan access token harus menggunakan format Curl seperti dibawah ini: Pertanyaan: Bagaimana cara untuk membuatnya menggunakan PHP …. ? Jawaban: Kamu bisa gunakan kode berikut ini:...
Purpose: I want to curl to https://accounts.tokopedia.com/token Known: Client PHP 5.3.5 installed Problem: When i run the php code then error “OpenSSL: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version” displayed Question: How to fix this error...
Software used to Create: PHP 7 PHPExcel (now already deprecated) Software used to open: Excel 2010 Problem: When i open the excel file as a result from downloaded then the error appear like this...
Diketahui: Saya punya tanggal yaitu ’27-10-2019′ Keinginan: Saya ingin merubahnya menjadi ‘2019-10-27’ Pertanyaan: Bagaimana cara melakukannya …. ? Jawaban: Kamu bisa gunakan kode berikut ini: Terima kasih
Requirement: You must have good knowledge about assosiative array in PHP Briefing: In this tutorial we will make: One Object JSON Several Objects inside One Array One Object with One Children Array One Object...
Example: I have this HTML Code <select> <option value=’1′>Bogor </option> <option value=’2′>Jakarta</option> <option value=’3′>Tanggerang</option> </select> Wanted: I want to insert above code into JSON using PHP .. ? Question: How to do it … ? Solution: We...
Pembuatan View dalam Couchbase Server Buka Couchbase Servermu di http://localhost:8091/ui/index.html Lalu pilih menu Indexes Lalu pilih tombol Create Development Views Lalu isi Design Document Name dengan _design/dev_user dan View Name dengan by_name Query View melalui PHP...