Category Archives: PHP & MySQL
21 Easy To Customize Premium PHP Contact Forms
One of the most hardest jobs in web development processes definitely is form creation. Coding behind these forms are painless enough, but then you need to think also about Spam filters, usability, interface and functions should work in all cases. … Read More..
PHP TUT Feed from: tutorialzine.com
Current Feed Content Building a Website with PHP, MySQL and jQuery Mobile, Part 2 Posted: Tue, 23 Aug 2011 12:34:01 +0000 This is the second part of a two-part tutorial, in which we use PHP, MySQL and jQuery mobile to … Read More..
PHP Filesystem Introduction
The filesystem functions allow you to access and manipulate the filesystem. Installation The filesystem functions are part of the PHP core. There is no installation needed to use these functions. Runtime Configuration The behavior of the filesystem functions is affected … Read More..
10 Things You Can Do to Become a Better PHP Developer
PHP is probably the most popular web development language right now. At least 20 million domains use PHP and it’s the language used on major sites such as Wikipedia and Facebook as well as in some of the world’s biggest open … Read More..
PHP Forms and User Input « Previous Next Chapter » The PHP $_GET and $_POST variables are used to retrieve information from forms, like user input. PHP Form Handling The most important thing to notice when dealing with HTML forms … Read More..
PHP Filesystem Functions
PHP Filesystem Introduction The filesystem functions allow you to access and manipulate the filesystem. Installation The filesystem functions are part of the PHP core. There is no installation needed to use these functions. Runtime Configuration The behavior of the filesystem … Read More..
Tools ‹ Developer Blog — WordPress
Best Practices for Speeding Up Your Web Site The Exceptional Performance team has identified a number of best practices for making web pages fast. The list includes 35 best practices divided into 7 categories. Filter by category: Content Server Cookie … Read More..
cURL y’all!
In this article, I’ll introduce you to the fundamentals of PHP. We’ll focus on using PHP to access Web services and on turning static HTML pages into dynamic ones by retrieving data from the Web and by showing different content … Read More..
Making A Cool Login System With PHP, MySQL & jQuery
See how I implemented it on a site I’m working on This Tutorial was Created by Martin Angelov on Oct 17th, 2009 see more of his awsome tuts at tutorialzine.com Demo Download Introduction Today we are making a cool & … Read More..
Editing a WordPress theme with Dreamweaver – Part 3: Adding a logo, header styles, and menu
This is Part 3 of a four-part tutorial on editing WordPress themes using Adobe Dreamweaver CS5. Part 1 covers the basics of WordPress and the components of a WordPress theme. Part 2 covers setting up WordPress locally, installing a local … Read More..