/wp-content/themes/mytheme/inc/slider.php in wp
- zendnwar
- August 21, 2014
- Word Press
- 0 Comments
simple solution : include_once WP_CONTENT_DIR . ‘/themes/mytheme/inc/slider.php’;
Continue Readingsimple solution : include_once WP_CONTENT_DIR . ‘/themes/mytheme/inc/slider.php’;
Continue ReadingIt is very simple. Just add below code. echo str_replace(array(“\r”,”\n”),””, $str);
Continue ReadingIf you have *.txt file you can direct import to your database. If you have *.qbb then you have connect ODBC . This only hints. hope help you.
Continue ReadingIt has very simple solution. in your /app/config/core.php uncomment the date_default_timezone_set line or date_default_timezone_set(‘Asia/Dhaka’);
Continue ReadingFatal error: Unsupported operand types in /public_html/app/code/core/Mage/ImportExport/Model/Export/Entity/Product.php on line 657 It has very simple solution. Please follow below step. Just open /app/code/core/Mage/ImportExport/Model/Export/Entity/Product.php file Find : $dataRow += $stockItemRows$productId; Replace with : $dataRow = array_merge($dataRow,$stockItemRows$productId); Enjoy it.
Continue ReadingIt is very simple. It is occurred when installation is interrupted. To install Drupal the database must be empty of all tables. If you face any problem just reply me.
Continue ReadingNoSQL stand for Not Only SQL. A NoSQL database environment is, simply put, a non-relational and largely distributed database system that enables rapid, ad-hoc organization and analysis of extremely high-volume, disparate data types. NoSQL databases are sometimes referred to as cloud databases, non-relational databases, Big Data databases and a myriad of other terms and were developed in response to the …
Continue ReadingIt has very simple solution <?php ob_start(); session_start(); ?> Above session write before head section . Like <?php ob_start(); session_start(); ?> <!DOCTYPE html> // html code </html>
Continue ReadingIt is very simple. PHP random array function : array_rand() http://php.net/manual/en/function.array-rand.php $ran = array(1,2,3,4); $randomValue = array_rand($ran, 1);
Continue ReadingIt is very simple, You can update the table directly using REPLACE on the column values: UPDATE yourTable SET yourColumn = REPLACE(yourColumn, ‘.’, ”)
Continue Reading