PHP Detect Broken Image
PHP
PHP Detect Broken Image
Hey, we can see many website have default images if image is broken, so question is how to detect it using php the image is not found given url or…
How to use memcache with php simple example
PHP
How to use memcache with php simple example
Memcache is very popular open source caching tool use in nowdays, this article is related to how we can use the memcache with PHP, So start First of…
Fatal error: Allowed memory size of
PHP
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 54 bytes)
Sometimes we get this php error on long page load or load many files are at once Fatal error: Allowed memory size of 134217728 bytes exhausted (…
check if a string contains a specific word
PHP
check if a string contains a specific word with PHP
n PHP sometimes we need to find the specific word in the string for the programitically use the code, there is a function called "strpos()" will help…
Reindex the Array keys
PHP
Reindex the Array keys
Sometimes we need to slice the array for certain values using program a code and at that time key of array is also unset. If you faced the same then…
Slice array Elements using Keys PHP
PHP
Slice array Elements using Keys PHP
Array Many Helpful Function are available to exact the specific set of keys of an array $sliced-arr = array_slice($new_tags, 0, 6); The above…
How you can get Mailchimp API KEY
PHP
How you can get Mailchimp API KEY
By Follow steps below, you can find the api key or create the api key at mailchimp and use it to your website to connected the site with mailchimp to…
How to get your MailChimp LIST ID
PHP
How to get your MailChimp LIST ID
Mailchimp is marketing automation platform and is provide email for marketing your product or business whatever you like, today its most trusted…
Subscribe to Mailchimp programmatically via
PHP
Subscribe to Mailchimp programmatically via api with PHP
In this tutorial we can see how to subscribe to the mailchimp subscribe list using php programmatically via api, For this you need a mailchimp…