absalam.wordpress.com
Class for Backup_Restore of Mysql database | Story_Teller
https://absalam.wordpress.com/2009/01/26/class-for-backup_restore-of-mysql-database
Class for Backup Restore of Mysql database. Today i’m very happy, cause myclass has been approved in phpClasses. I submit my class in phpClasses last 15 days ago. approved information get yesterday. you can backup and restore your mysql database very simply way using my class. it produce a .sql file as a backup file, and also you can restore this file using my class. Backup: when you call my backup database method, it create a yourdatabase name.sql file under the ‘location/dump/’ path. January 26, 2009.
mixeddocumentry.blogspot.com
Mixed documentry: September 2010
http://mixeddocumentry.blogspot.com/2010_09_01_archive.html
Corporate video services,video production major,video production programs,corporate video production, cinematography schools,corporate video uk,corporate video London, video production program,video production company,video production course,production insurance,history channel documentaries,music video production companies,free history videos etc. Tuesday, September 21, 2010. History documentaries of Turkey/history documentary. Monday, September 20, 2010. Role in performance of impact of debt as part of...
absalam.wordpress.com
a funny coder seems to have stolen this site!! | Story_Teller
https://absalam.wordpress.com/2010/09/06/a-funny-coder-seems-to-have-stolen-this-site
A funny coder seems to have stolen this site! A funny coder seems to have stolen this site you must turn into the resource then you will find updates here: http:/ funphp.com. From now onwards I will write blog at: http:/ funphp.com. September 6, 2010. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. Notify me of new comments via email.
absalam.wordpress.com
Paypal Integration in simple way | Story_Teller
https://absalam.wordpress.com/2009/05/05/paypal-integration-in-simple-way
Paypal Integration in simple way. When you want to transaction through paypal, there are 2(two) situation created. Now download this free code : http:/ www.hotscripts.com/Detailed/46734.html. After downloading, unzip the zip file. You’ll get two php files. Now copy this file paypal.class.php into your project. Suppose your notify url field is: http:/ abdullah.com/notify.php. Now write this code in notify.php. Solution: Here is the html code for the form. Look the changes. form action remains same...This ...
absalam.wordpress.com
Configure CakePHP in Ubuntu | Story_Teller
https://absalam.wordpress.com/2009/08/05/configure-php-in-ubuntu
Configure CakePHP in Ubuntu. Configure CakePHP on Linux/Ubuntu is a bit tricky as you have to on the mod-rewrite and set the AllowOverride property from None to All. 1 mod rewrite is a part of Apache server that can rewrite requested urls on the fly. To enable mod rewrite in Ubuntu, you just need to write this command in terminal:. 2Open and edit the default file from this directory /etc/apache2/sites-available/default by using the following command:. Find the following Directory structure:. How to enabl...
absalam.wordpress.com
How to enable output compression in apache | Story_Teller
https://absalam.wordpress.com/2010/05/09/how-to-enable-output-compression-in-apache
How to enable output compression in apache. Deflate is apache module, that main task is to compress all the output before serving or sending to browser. How browser handle this compression :. Most of the browser are very much expert ,so they can handle this easily . The main technique is , apache will send the output in compressed format, after receiving this output browser will uncompress it and render the formated output. 1 Open a new terminal and give this command. 2 sudo a2enmod deflate. May 9, 2010.
mixeddocumentry.blogspot.com
Mixed documentry: Documentaries of BBC2 takes on recession with drama, documentaries – and recipes
http://mixeddocumentry.blogspot.com/2010/09/documentaries-of-bbc2-takes-on.html
Corporate video services,video production major,video production programs,corporate video production, cinematography schools,corporate video uk,corporate video London, video production program,video production company,video production course,production insurance,history channel documentaries,music video production companies,free history videos etc. Monday, September 20, 2010. Documentaries of BBC2 takes on recession with drama, documentaries – and recipes. Other you can find history documentaries. Nature...
absalam.wordpress.com
Create a simple script to backup mysql database | Story_Teller
https://absalam.wordpress.com/2009/01/11/create-a-simple-script-to-backup-mysql-database
Create a simple script to backup mysql database. We can create backup using mysql interface that is phpmyadmin. But we can create a customize interface to data backup using create simple line of code. If(isset($ POST[‘submit’]). Shell exec(‘C: xampp mysql bin mysqldump.exe ‘.$ POST[‘dbname’].’ –user=root –password= c: ’.$ POST[‘dbname’].’.sql’) ;. Form name=”mysql” method=”post”. Td Database Name /td td input type=”text” name=”dbname” /td. January 11, 2009. Leave a Reply Cancel reply.