Recent Articles on PHP Funda ( Popular Posts , Real-Time Whats Hot? )

Back Up and Restore a MySQL Database

1 month ago
Back up From the Command Line (using mysqldump)If you have shell or telnet access to your web server, you can backup your MySQL data by using the mysqldump command. This command connects to the MySQL server and creates an SQL dump file. The dump file contains the SQL statements necessary to ..
Tags: article, code, mysql, free code

Disable the Enter key on HTML form

1 month ago
How to disable the Enter key on HTML formNormally when you have a form with several text input fields, it is undesirable that the form gets submitted when the user hits ENTER in a field. Some people are pressing the enter key instead of the tab key to get to the next field. They often do that ..
Tags: tips, code, free code

Flash image upload with PHP

1 month ago
Flash CodeSystem.security.allowDomain("www.tshirtsetc.co.uk"); import flash.net.FileReference; // The listener object listens for FileReference events. var listener:Object = new Object(); listener.onSelect = function(selectedFile:FileReference):Void { upWin._x = 200; ..
Tags: article, code, php, example, free code

Understanding mod_rewrite Directives Convertion

1 month ago
Converting mod_rewrite directives Overview The URL Rewriting engine in Abyss Web Server is comparable to the mod_rewrite module in Apache. Both offer similar features but they are not fully equivalent. This article explains how to convert mod_rewrite directives to URL Rewriting ..
Tags: seo, tips, article, apache, free code, mod rewrite

Mod-Rewrite Tricks and Tips - .Htaccess rewrites rules

1 month ago
If you really want to take a look, check out the mod_rewrite.c and mod_rewrite.h files.Be aware that mod_rewrite (RewriteRule, RewriteBase, and RewriteCond) code is executed for each and every HTTP request that accesses a file in or below the directory where the code resides, so it’s always ..
Tags: seo, tips, article, apache, example, web crawler, free code
© 2009 Wowzio | About Us - Blog - Contact Us - Status - Terms of Service - Privacy Policy - FAQ - Testimonials - White-Label Widgets