you can simply extract your post meta serialized array data with wordpress maybe_unserialize f…
Read moreFor any E commerce Platform product Page is one of the important Page for Business point of view…
Read moreJquery UI Autocomplete Enables users to quickly find and select from a pre-populated list of v…
Read moreTo display random images with jabascript, first set images in your specific div id. …
Read moreTo disable SEO mode in OXID eSHOP add below code in config.inc.php $this->blSeoMode = false;…
Read moreSometimes when you import OXID eSHOP Database and run the same source code on another server, i…
Read moreTo change Default Admin Password for OXID eSales eSHOP CMS: go to database administration inte…
Read moreIntoduction about Post: I am a Enthuastic blogger and a passionate writer. By proffesion I am…
Read moreWhen you Assigned multi-line PHP string variable to javascript variable then it will create “Sy…
Read moreAdding Social Sharing Buttons to your blog or website is one of the best SEO strategy. It increase…
Read more$total = Context::getContext()->cart->getOrderTotal(true); The code above will display t…
Read moreIn prestashop .tpl file write below code. {if $is_logged} <!--your code here---> {/if}…
Read moresizeof According to the php.net , sizeof() is an alias of count() It count all the elemen…
Read moreSometimes in many TYPO3 Extension you will find "crdate" and "tstamp" column…
Read moreif you want to get particular value of particular key from an array then use array_column as per…
Read moreThere is no need for this kind of operation. Simply use array_filter(), which conveniently handl…
Read moreSuppose you have array with value of 1 to 12. And you want to separate odd and even numbers in …
Read more“Most Common Question in Interview, how to get 2nd or Nth highest salary from Employee table.” N…
Read moreTo set Event scheduler in Databse, your MySQL server needs to have event scheduler enabled AND hav…
Read moreIf you want to find the AVERAGE of the values in your array, use the sum and count functions tog…
Read moreArray Intersect <?php $array1 = array(2, 4, 6, 8, 10, 12); $array2 = array(1, 2, 3, 4, 5,…
Read more[A] If you want to create simple 1 to 20 number array with key value then use below code: &l…
Read moreshuffle() doesn't provide the shuffled array as a return value. Its simply gives bool value …
Read moreTo get base URL in typo3 Extension add below code in your Controller file. $baseurl= $this->…
Read moreToday I will show you how to make your page url with .html suffix. Like from /path/to/page/ to…
Read moreIn your Controller file add below code. $GLOBALS['TSFE']->page['title'] = $…
Read moreIn Configuration -->TypoScript --> setup.txt write below code: plugin.tx_[your_extensionn…
Read morein typo3conf/LocalConfiguration.php file search for 'displayErrors'. and set 'disp…
Read moreAdd Below line in your typo3 extension controller file. $GLOBALS['TSFE']->getPageRe…
Read moreAdd below code in your Extension controller file. $GLOBALS['TSFE']->set_no_cache();…
Read moreFrom backend go into your root template. In Setup, Add below code: config.index_enable = 1 c…
Read moreFrom backend go into your root template (or in extension template where Powermail Extension is i…
Read moreFrom backend go into your root template (or in extension template where News Extension is includ…
Read moreAdd Below Code in your Page Typoscript Configuration. # For Not Displaying page Configuration …
Read more<v:condition.string.contains then="{}" else="{}" haystack="string&qu…
Read more<v:link.typolink configuration="{parameter: yourparameter.target}"> </v:link…
Read more<flux:field.text name="" label="" defaultExtras="richtext:rte_transf…
Read more<flux:field.select name="mode" items=" ,tab,pill" required="1" …
Read moreCreate Folder and Add categories in it. And Use below code. Where pid in flux:wizard.list an…
Read more<div xmlns="http://www.w3.org/1999/xhtml" lang="en" xmlns:v="h…
Read more<flux:field.select name="backgroundColor" label="Select Background Color"…
Read more