Skip to content

Instantly share code, notes, and snippets.

View robertpop's full-sized avatar
🎯
Focusing

Robert robertpop

🎯
Focusing
View GitHub Profile
@VijayaSankarN
VijayaSankarN / str_replace_n.php
Last active June 18, 2023 14:43
String replace nth occurrence using PHP
<?php
/**
* String replace nth occurrence
*
* @param type $search Search string
* @param type $replace Replace string
* @param type $subject Source string
* @param type $occurrence Nth occurrence
* @return type Replaced string
*/
@Rooke
Rooke / refresh_example.html
Last active June 8, 2020 20:49
An example DFP implementation using refresh and disableInitialLoad
<!DOCTYPE html>
<html>
<head>
<script async='async' src='https://www.googletagservices.com/tag/js/gpt.js'></script>
<script>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
</script>
<script>