ob_start();
ob_implicit_flush(true);
set_time_limit(0);
foreach ($iterator as $value) {
$test = 111;
ob_flush();
flush();
sleep(1);
}
how y can store in my BD Mysql this array:
Ok, let to go:
-Function for insert:
$data = array(
"id" => "1",
"title" => "This my test",
"by"=>"Socheat"
);
ID | TITLE | BY
---------------------------
1 This my test1 SOCHEAT
9 This my test1 SARET
Ok, let to go:
/*Table name*/
$table = "title";
/*Data array to insert*/
$data = array(
"id" => "1",
"title" => "This my test",
"by"=>"Socheat"
);
insert($table, $data);
-Function for insert:
function insert($table, $data)
{
$keys = array();
$values = array();
foreach($data as $key => $value)
{
$keys[] = $key;
$values[] = $value;
}
$check = mysql_query("INSERT INTO $table (".implode(',',$keys).") VALUES('" . implode("', '", $values) . "')");
}
You can also add these 'name removals' in the category section for category pages under Custom Layout Update (no need to put in <default>)
Find this:
app/design/frontend/YOUR_INTERFACE_NAME/YOUR_THEME_NAME/layout/catalog.xml
<remove name="right.poll"/>
<remove name="tags_popular"/>
<remove name="catalog.compare.sidebar"/>
<remove name="right.reports.product.viewed"/>
<remove name="right.permanent.callout"/>
<remove name="sale.reorder.sidebar"/>
<remove name="wishlist_sidebar"/>
as in the screenshot
Find this:
app/design/frontend/YOUR_INTERFACE_NAME/YOUR_THEME_NAME/layout/catalog.xml
<remove name="right.poll"/>
<remove name="tags_popular"/>
<remove name="catalog.compare.sidebar"/>
<remove name="right.reports.product.viewed"/>
<remove name="right.permanent.callout"/>
<remove name="sale.reorder.sidebar"/>
<remove name="wishlist_sidebar"/>
as in the screenshot
If you use the great Magento ecommerce platform and if you have several hundreds of products, then you must have tried to import them using the Magento Dataflow.
The Magento Dataflow is an interface available in the administration panel of the Magento framework that allows you to bulk import products, customers and stock data. It is actually pretty well done and very efficient but it requires a little bit of a learning curve.
The Magento Dataflow is an interface available in the administration panel of the Magento framework that allows you to bulk import products, customers and stock data. It is actually pretty well done and very efficient but it requires a little bit of a learning curve.
Mr. Danh Hong, he is now working with GOOGLE to add Khmer font to Google Font API.
Your visitors can see your website in Khmer language more easier and across browser platform without having Khmer Unicode Fonts preinstalled on the computers of visitors.

www.blogger.com how to
www.blogsome.com how to
and how to make money online see this
if have any please place your comments below.


រៀបធ្វើឱ្យ Navbar របស់ប្លុក Auto hide
លោកអ្នកអាចធ្វើតាមរបៀបខាងក្រោមនេះតាមលំដាប់
ប្រសិនជាអ្នកមិនដឹងអំពីរៀបមិទវាចោល, សូមធ្វើតាមវិធីខាងក្រោមៈ
If you wonder how to remove the blogger beta navbar, this is the way to do it:
1-ចូរអ្នកចូលក្នុងបញ្ជីរបស់អ្នកសិន
1. Login to your blogger beta account.
2. Open the “Layout” for your blog.
-រួចចូល Layout
3. Click the “Edit HTML” link.
-ចុចលើ Edit HTML
4. Copy this code:
-សូមចម្លងកូដនេះ
5-សូមបន្លែមកូដនេះ ទៅក្នុងកូដប្លុករបស់អ្នក
Add this code into your blog (in THML)
Remember : This hack is for Blogger Beta, for the old blogger use this
Subscribe to:
Posts (Atom)