PHP Coding Tutorials
Code Formatting and Coloring in WordPress without a Plugin
There are different methods and plugins you can implement to display code on your WordPress blog. After much testing and frustration, I ha€™ve come across the best code formatting method that does not require a WordPress plugin (and can be implemented on any website).
There are different methods and plugins you can implement to display code on your WordPress blog. After much testing and frustration, I ha€™ve come across the best code formatting method that does not require a WordPress plugin (and can be implemented on any website).
Form Example with Form Validation using PHP
If you program custom PHP applications, you will often times need to work with a form and require certain form fields. This tutorial shows you a simple and quick method for creating a form page that handles errors and pre-populates fields if there is an error, and a method for processing the form and validating the information.
If you program custom PHP applications, you will often times need to work with a form and require certain form fields. This tutorial shows you a simple and quick method for creating a form page that handles errors and pre-populates fields if there is an error, and a method for processing the form and validating the information.
PHP Script Tips - Working with MySQL Database
A collection of 21 tips on working with MySQL database. Clear explanations and tutorial exercises are provided on connecting and selecting MySQL database, creating and dropping tables, inserting, updating, and deleting rows, selecting and looping through data rows, searching by key words, setting auto-increment IDs.
A collection of 21 tips on working with MySQL database. Clear explanations and tutorial exercises are provided on connecting and selecting MySQL database, creating and dropping tables, inserting, updating, and deleting rows, selecting and looping through data rows, searching by key words, setting auto-increment IDs.
Getting Started with iPFaces Mobile Application Framework
This tutorial shows you how you can very easy make applications for iPhone in PHP using framework iPFaces.
This tutorial shows you how you can very easy make applications for iPhone in PHP using framework iPFaces.
Photo Gallery with PHP, MySQL, ImageMagic and jQuery
This series of the videos explains how to create Photo Gallery using PHP, MySQL, ImageMagic and jQuery. Using PHP you will be able to add, modify and populate data stored on the MySQL Database and display records of all images on the page. ImageMagic will help us to resize and crop images to the relevant dimentions, while jQuery will provide the support in the presentation of the gallery. The last two chapters are dedicated to adding the earlier created gallery to our Content Management System. Over 4 hours of videos!!!
This series of the videos explains how to create Photo Gallery using PHP, MySQL, ImageMagic and jQuery. Using PHP you will be able to add, modify and populate data stored on the MySQL Database and display records of all images on the page. ImageMagic will help us to resize and crop images to the relevant dimentions, while jQuery will provide the support in the presentation of the gallery. The last two chapters are dedicated to adding the earlier created gallery to our Content Management System. Over 4 hours of videos!!!
AJAX form Validation: Learn to create responsive &user friendly form
This chapter helps readers to create a form validation application that implements traditional techniques with added AJAX flavor, thereby making the form more user friendly, responsive, and pleasing.
This chapter helps readers to create a form validation application that implements traditional techniques with added AJAX flavor, thereby making the form more user friendly, responsive, and pleasing.
Tags: Croncrontab, Basics | Rating: Not Rated
RGB to hex colors and hex colors to RGB - PHP
When using Colors in HTML and CSS you need to use a hexadecimal color (something like #FFFFFF) which is the base 16 value from the RGB color scale.
When using Colors in HTML and CSS you need to use a hexadecimal color (something like #FFFFFF) which is the base 16 value from the RGB color scale.
Graphics in PHP
I will in this tutorial show you how to create images with PHP, this uses inbuilt functions and doesn't need anything else then just PHP to work. Let's begin.
I will in this tutorial show you how to create images with PHP, this uses inbuilt functions and doesn't need anything else then just PHP to work. Let's begin.
Tags: Graphics | Rating: Not Rated
Sessions in PHP
Sessions is a good way for storing temporary data between your pages. A session is usually closed pretty fast after that the user have left the site so as I said, it's good for temporary storage, an example is the user's name or items the user have put in his/her shopping cart.
Sessions is a good way for storing temporary data between your pages. A session is usually closed pretty fast after that the user have left the site so as I said, it's good for temporary storage, an example is the user's name or items the user have put in his/her shopping cart.
Tags: Sessions | Rating: Not Rated
The Ternary operator in PHP
The Ternary comparison operator is an alternative to the if-else statement, it's shorter and could be used to easily do a significant difference depending on a condition without the need of a if statement. The Ternary operator is made for two different actions, one if the condition is true, the other one if it's false but with nested Ternary operators we can use it like an if-elseif.else statement(more to that later).
The Ternary comparison operator is an alternative to the if-else statement, it's shorter and could be used to easily do a significant difference depending on a condition without the need of a if statement. The Ternary operator is made for two different actions, one if the condition is true, the other one if it's false but with nested Ternary operators we can use it like an if-elseif.else statement(more to that later).
How to use Cookies in PHP
Cookies is small text files saved locally on the user's computer by the website, when the website later on wants the information it just reads the cookie on the user's computer. An example on what you can use cookies for is to see if the user has visited the site before, if it has then a cookie you saved the last time lies on the computer so therefor you can only check if it does.
Cookies is small text files saved locally on the user's computer by the website, when the website later on wants the information it just reads the cookie on the user's computer. An example on what you can use cookies for is to see if the user has visited the site before, if it has then a cookie you saved the last time lies on the computer so therefor you can only check if it does.
Tags: Cookies | Rating: Not Rated
How to ease the way of storing configuration parameters
I'm been building a system of my own for a while now, and thaught of sharing some code with you. I'm building some kind of community, with users and stuff. In most systems, you need to have configuration parameters, that you can easily change, and especially if more people will be administrating the site, so you can build a web form to handle the parameters.
I'm been building a system of my own for a while now, and thaught of sharing some code with you. I'm building some kind of community, with users and stuff. In most systems, you need to have configuration parameters, that you can easily change, and especially if more people will be administrating the site, so you can build a web form to handle the parameters.
Advanced PHP Comments System With jQuery
Advanced PHP Comments System Without loading the page with the jQuery,Css Effects
Advanced PHP Comments System Without loading the page with the jQuery,Css Effects
Subcategories
Advertising ManagementBasic HelpCalendarsChat ScriptsCookies and SessionsDate and TimeE-CommerceFile Upload and ManipulationFormsForums and GuestbooksFunctions and Objects MiscGame CreationGeneral DevelopmentImages in PHPLanguage and Text FilteringMembership ScriptsMySQL IntegrationNavigation and TemplatesNews ScriptsPage NumberingPEARPolling BoothsQuotesRandomize and RotationRSS FeedsSearchingSecurityShopping CartsSkins and ThemesTaggers Shoutboxes and BlogsThird Party MiscellaneousUser Information and StatsXML IntegrationOOPMiscellaneousEmail IntegrationDatabase RelatedError Handling
Categories
Listing Options
Filtering Options
Site Stats
| Visitors Online | 312 |
| Total Users | 1715 |
| Categories | 76 |
| Subcategories | 889 |
| Tutorials | 24,056 |
Partners
Free Flash Games
Tired of working all day long and wanted to relax? Play really cool flash games to make the heat go away. From the thousands of games to choose from, You are most definitely going to find the ones you will like.
free.haxansweb.com/flash_games


2D Graphics





