Skip to content

Instantly share code, notes, and snippets.

View manhdoan1392's full-sized avatar

manhkey manhdoan1392

  • Ha noi, Viet Nam
View GitHub Profile
<?php
$response = LoginShopee('username','password');
echo $response;
function LoginShopee($SP_Username,$SP_Pass) {
//Khởi tạo chung cho toàn bộ request bên dưới
$ch=curl_init();
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);