Skip to content

Instantly share code, notes, and snippets.

@webeasystep
webeasystep / countries_list_database_table
Created February 14, 2019 10:11
full countries list with country code,call key,mobile example like uber , name in english,name in arabic
-- phpMyAdmin SQL Dump
-- version 4.8.3
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Feb 05, 2019 at 10:56 AM
-- Server version: 5.7.25
-- PHP Version: 7.2.7
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
@webeasystep
webeasystep / recaptcha_v3.php
Created February 12, 2019 20:24
full_example for using recaptcha v3 with php
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Google reCAPTCHA v3</title>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>