You can follow these steps: 1. Log in to Admin panel. 2.…

You can follow these steps: 1. Log in to Admin panel. 2.…
How Does PHP 7 and Magento Work? Magento 2 is the updated…
Amazing: date() : http://us2.php.net/manual/en/fun… strtotime() : http://us2.php.net/manual/en/fun… These two functions alone are…
WordPress whatsapp and social post share with whatsapp credit of 50 credits.…
Developing A Facebook Tabs iFrame Application Writing………………………………………
$( “#tabs” ).tabs();
$(“#tabs”).tabs( {
“show”: function(event, ui) {
var jqTable = $(‘table.display’, ui.panel);
var jqTable = $(‘table.dataTables’, ui.panel);
if ( jqTable.length > 0 ) {
var oTableTools = TableTools.fnGetInstance( jqTable[0] );
if ( oTableTools != null && oTableTools.fnResizeRequired() )
{
/* A resize of TableTools’ buttons and DataTables’ columns is only required on the
* first visible draw of the table
*/
jqTable.dataTable().fnAdjustColumnSizing();
oTableTools.fnResizeButtons();
}
}
}
write this function in jquery so tabletols is working in mutiple tab. or contact me with the code i will help you in 5 hour.
} );
At this time 30-40 % website developed in Php. It is open source i.e. everyone has free access to the source code and can use it for their own development purposes. Lots of advantage using PHP …….
1. Easy to learn in comparison of other technology.
2. 8 to 10 times faster than other technology.
3. It is highly secure. ex- Paypal (payment gateway) website.
4. PHP is html embedded.
5. Platform independent.
6. It offers great flexibility during and after the initial project.
7. Some well known website developed on PHP ex. Facebook, Wikipedia etc
http://www.ozerov.de/bigdump.php
I used a script called BigDump.php, a staggered SQL dump importer. It executes only a small part of the huge dump and restarts itself. The next session starts where the last was stopped to keep you from running into your server’s limits. Instructions for using it are on the BigDump website. Basically you place your SQL file in a folder on your server, along with the bigdump.php file. You edit that file with your database information and then visit the page on your server and set the import to go. This is a fairly quick process and will save you a lot of time.
If you have root access to your server, create a backup using SSH
cd to the directory where you want to store your dump file:
cd /var/www/vhosts/yourdomain.com/httpdocs/sqldump
Then tell mysql to dump it out:
mysqldump –add-drop-table -u dbuser -p your_db > mybackup.sql
It will prompt you for your password. Everything should dump out without a problem.
*Note: The directory where you’re sending the dump file needs to be writeable by the server. Also, you don’t really want to leave it in that folder permanently. Just drop it there and pull it off your server so that you can manipulate it if you have to.
How to Import a Large SQL File
Importing is usually a bit messier. If you’re duplicating this database for testing purposes or moving your site to a new server, a large dump file, even when gzipped, can pose some challenges in the import process. This is the part where things can really stall out, and you need a few tricks up your sleeve.
Ordinarily I would just use phpMyAdmin to import the file. Because it’s so large, the first thing you should do is try importing via SSH:
mysql -u your_database -p db_user < mybackup.sql
Common Error when using SSH:
“got a packet bigger than ‘max_allowed_packet’ bytes”
Now what? Depending on the size of your file, running this command may fix it for you:
mysql> set global max_allowed_packet=1000000000;
mysql> set global net_buffer_length=1000000;
Then try importing your database after this. If it still doesn’t work, you might try splitting it up.
Download a program that will split up your SQL file, such as SQLDumpSplitter2. This is a free SQL dump file splitter that will let you determine how big your chops will be and will automatically cut and save your split SQL file. Yes, this is a pain, but it is sometimes the only way to get this accomplished.
http://www.rusiczki.net/2007/01/24/sql-dump-file-splitter/
Create the splits and then upload them to a directory on your server.
If you want to restore the dump, you have to execute the yourdatabase_DataStructure.sql first because it contains the Tables structure. After that, you can execute the other .sql-files as they contain the data of the now existing tables. Using SSH, CD to your directory again and make sure to send this first:
mysql -u db_user -p db_name < yourbackup_DataStructure.sql
Then your splits:
mysql -u db_user -p db_name < yourbackup_1.sql
mysql -u db_user -p db_name < yourbackup_2.sql
etc…
apptha marketplace magento nulled Order Now http://www.vendorkart.com Order Now