Skip to content

Instantly share code, notes, and snippets.

View sharazghouri's full-sized avatar
🎯
Focusing

Sharaz Shahid sharazghouri

🎯
Focusing
View GitHub Profile
@sharazghouri
sharazghouri / tag_remove.php
Created December 18, 2017 06:27
removing P tag form text
<?php
$str= '<p>hello hello hello heloo </p>';
echo sstr_replace( array( '<p>', '</p>'),'',$str);
?>
@sharazghouri
sharazghouri / social_counts.inc.php
Created November 16, 2017 07:15 — forked from andrewspear/social_counts.inc.php
Count your Facebook followers, Twitter followers, Google+ followers, LinkedIn group followers, Constant Contact subscribers, YouTube subscribers, YouTube channel views.
<?
/*
$facebook_followers = social_count('facebook', array(
'id' => '<your_facebook_page_name_or_id>',
'api_key' => '<your_facebook_app_api_key>',
'api_secret' => '<your_facebook_app_api_secret>'
));