Skip to content

Instantly share code, notes, and snippets.

View rajaishtiaq6's full-sized avatar
💭
<?php get_status(); ?>

Ishtiaq Ahmed rajaishtiaq6

💭
<?php get_status(); ?>
View GitHub Profile
@rajaishtiaq6
rajaishtiaq6 / curl.php
Created May 4, 2023 22:19 — forked from surferxo3/curl.php
Script to demonstrate how to extract Header and Body from the Curl response in PHP.
<?php
/*#############################
* Developer: Mohammad Sharaf Ali
* Designation: Web Developer
* Version: 1.0
*/#############################
// SETTINGS
ini_set('max_execution_time', 0);
@rajaishtiaq6
rajaishtiaq6 / get_currency_symbol_by_currency_code.php
Created November 15, 2022 18:46
get currency symbol by currency code in php
function get_currency_symbol($currency = '')
{
$symbols = array(
'AED' => '&#1583;.&#1573;', // ?
'AFN' => '&#65;&#102;',
'ALL' => '&#76;&#101;&#107;',
'AMD' => '&#1423;',
'ANG' => '&#402;',
'AOA' => '&#75;&#122;', // ?
'ARS' => '&#36;',
@rajaishtiaq6
rajaishtiaq6 / index.html
Created September 8, 2022 23:22
TrustPilot Carousel Widget -Light
<div class="container-fluid trustpilot-widget">
<div class="row">
<div class="col-md-2">
<div class="wrapper-left">
<h3 class="title">Excellent</h3>
<div class="rating">
<img src="https://images-static.trustpilot.com/supportcenter/Trustpilot_ratings_5star-RGB.png" class="img-responsive">
</div>
<div class="info">
Based on <a href="#" class="review-count">226 reviews</a>
@rajaishtiaq6
rajaishtiaq6 / disableinstantwatch.user.js
Created June 28, 2022 00:51 — forked from digitaljhelms/disableinstantwatch.user.js
Disable Netflix Instant Watch Links
// ==UserScript==
// @name Disable Netflix Instant Watch Links
// @namespace https://gist.github.com/6349351
// @description Click the cover image, go the video detail page, simple...
// @version 1.1
// @author Jeremy Helms <digitaljhelms@gmail.com>
// @include http://www.netflix.com/*
// @exclude http://www.netflix.com/WiPlayer/*
// ==/UserScript==