background preloader

Hot php Scripts

Hot php Scripts

Backup Your MySQL Database Using PHP One of the most important tasks any developer needs to do often is back up their MySQL database. In many cases, the database is what drives most of the site. While most web hosts do a daily backup of a customer's database, relying on them to make backups and provide them at no cost is risky to say the least. The PHP & MySQL Code Of course, you'll need to provide database credentials to the function, as well as an array of tables you'd like to backup. Never take chances when your website is on the line. Be Heard Tip: Wrap your code in <pre> tags or link to a GitHub Gist! Older Same Site, New Theme Newer PHP / MooTools 1.2 Accordion Helper

CakePHP: the rapid development php framework. Pages Free PDF: How to be a Programmer: A Short, Comprehensive, and Personal Summary by Robert L. Read, PhD Pages: 58 Author: Robert L. Read, PhDPublished in the year: 2002 This long essay attempts to summarize the non-technical things that I wish someone had explained to me at the beginning of my career as a professional programmer. It is primarily concerned with social situations and team relationships that occur in typical software development. What do you think about this PDF? Other PDF files in this category:

Building Your First Simple CMS The Magic of PHP + MySQL It’s safe to say that nearly every website that’s up-to-date these days is using some form of content management system (CMS). While there are a ton of great free options that provide us with a CMS to power a website (WordPress, Drupal, etc.), it doesn’t hurt to peek under the hood and get a feel for how these systems work. To get our feet wet as back-end developers, we’ll be creating a simple PHP class that will: Create a databaseConnect to a databaseDisplay a form with two fieldsSave the form data in the databaseDisplay the saved data from the database Download Files This class is intended to give you a feel for how PHP and MySQL interact together, and to show the basics of a CMS. Building the Class Our first step is to simply lay out the class in a file named ‘simpleCMS.php’ so we have a road map to work with. As you can see, we’re creating one class with four variables and five methods. The Variables Build the Database Connect to the Database Build the Form <! <?

PhreakVids.com - Videos Related To Phreaking Good PHP Tutorials - Beginner To Advanced PHP Programming Tutorials PHP Advent 2010: Localization FPDF Library 10 exceedingly useful Flash tutorials When used well, Flash adds an element of entertainment and interaction that can make your site more enjoyable and intuitive to use, as well as helping to create a strong visual identity. But used badly, it will send your visitors running away. Fortunately, our colleagues over on .net magazine and Computer Arts magazine know how to get the very best from Flash without wasting time and effort. Here are 10 Flash guides from .net and Computer Arts that we reckon will improve a wide range of sites - whether it's a home page hobby or a corporate project. The full tutorials, along with all the support files, are available from the links below. 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. Now read 10 seriously useful Photoshop tutorials Sign up for the free weekly TechRadar newsletterGet tech news delivered straight to your inbox.

Related: