Hypertext Preprocessor (PHP) Tutorials - index of FREE Tutorials for Hypertext Preprocessor (PHP) page 225

Tutorial Subcategories Under Hypertext Preprocessor (PHP) (1012 Total)
(15)Advertising Management (270)Basics
(1)Calendars (9)Chat Scripts
(4)Collecting Information (25)Cookies/Sessions
(21)Date and Time (11)E-Commerce
(35)File Upload and Manipulation (22)Form Management
(31)Forms (19)Functions
(23)Functions and Objects (13)Game Creation
(134)General Development (33)Images in PHP
(49)IP and Security (7)Language and Text Filtering
(31)Membership Scripts (39)Miscellaneous
(48)MySQL Integration (25)Navigation and Templates
(7)News Scripts (2)Object Oriented Usage
(10)Page Numbering (3)Pagination
(8)Pear (0)PEAR Integration
(5)Polling Booths (2)Quotes
(20)Randomize and Rotation (12)RSS Feeds
(10)Script Development (6)Script Walkthroughs
(15)Searching (1)Shopping Carts
(5)Skins and Themes (21)Taggers Shoutboxes and Blogs
(26)Use Information and Stats (24)XML Integration
Recommended Reading
Do you want to take stunning pictures? Do you own a digital camera and know nothing about its use? You can learn this and much, much more. You can go from nothing to a professional photographer with what you will learn in this course (provided you have a camera and will). Master the lighting, master the machine, master the tricks of the pros. This is what you get with the Digital Photography Success and Advanced Digital Photography courses. Click here to learn more.
Page 10 of 41 pages  «Prev  3  4  5  6  7  8  9 10  11  12  13  14  15  16  Next» 

PHP and Excel
From Web Development Stuff (Hypertext Preprocessor (PHP) File Upload and Manipulation)
In this tutorial you can find very valuable information how to get Excel data directly from an XLS file by the PHP and manipulate it.
ip location with php
From CodeCall Programming Forum (Hypertext Preprocessor (PHP) Basics)
ip location with php.
beginning php-gtk: creating a simple interface [tutorial]
From CodeCall Programming Forum (Hypertext Preprocessor (PHP) Basics)
this tutorial will guide you through creating a simple php-gtk graphical user interface (gui). the tutorial assumes that you already know php5 and will not cover beginning php or programming development.
Macronimous - Codeigniter for PHP application development
From Creating rollover Images with Dreamweaver (Hypertext Preprocessor (PHP) Basics)
With many software frameworks available online nowadays, with many pros and cons on their side, it has become very important to check out complete details of these frameworks before applying them. Amongst the various kinds of software frameworks, the PHP Framework is more popular nowadays.
Macronimous - The need for PHP code refactoring
From Creating rollover Images with Dreamweaver (Hypertext Preprocessor (PHP) Basics)
Refactoring is changing of complex and complicated programming codes into simple and confusion-less ones, thereby restructuring the complete set of codes into easily readable formats, without any change in the output or functionality.Refactoring does not include fixing of glitches or including of new functionalities or practices to the existing set of codes.
How To Create Simple PHP Widgets
From ...site title missing... (Hypertext Preprocessor (PHP) Forms)
Learn how to create simple php widgets. Source code is also attached.
Macronimous - Writing clean, secure and easy to maintain PHP cod
From Creating rollover Images with Dreamweaver (Hypertext Preprocessor (PHP) Basics)
Any code when written in a clean, easy to understand and formatted way is readily accepted and acclaimed by one and all. It is essential that the codes we write should be able to be understood by all, because the same programmers need not necessarily work on the same set of codes always.
use an image as a password!
From CodeCall Programming Forum (Hypertext Preprocessor (PHP) Basics)
this tutorial will show you how to create a successful website that is password protected by images! yes you heard me you can have an image password.
login and submit text to asciibin (sample php and curl script)
From CodeCall Programming Forum (Hypertext Preprocessor (PHP) Basics)
i wrote this for cclogbot. i figured it would be beneficial and (hopefully) encouraging to display this information for any developers that wanted to incorporate a method to submit data from their software to asciibin.
random signature
From CodeCall Programming Forum (Hypertext Preprocessor (PHP) Basics)
random signature generator:
Finding the Best CMS with Packts new Open Source CMS book
From Packt (Hypertext Preprocessor (PHP) Basics)
Web Content Management Systems (commonly known as WCMS, Web CMS, or WCM Systems) allow users to manage their web content easily. This chapter covers a variety of top Web CMSs. It will help users to perform customizations and content management operations, discover interesting features in CMSs and examine which CMS could be right for them.
create your own email list!
From CodeCall Programming Forum (Hypertext Preprocessor (PHP) Basics)
i am sure a very common script would be an email list where users can provide an email address and get updates on the website. so i will show you how to make an email list.
famous hello world
From CodeCall Programming Forum (Hypertext Preprocessor (PHP) Basics)
yes, i know, easy code. well, this is just to show some users how easy php is. without further ado, the code itself:
Saving a PHP File as a Word Document
From CoryMathews.com (Hypertext Preprocessor (PHP) File Upload and Manipulation)
Looking for a way to save a PHP page as a word doc programatically?
Passing Values In The Url With Php
From PC Hacks (Hypertext Preprocessor (PHP) Basics)
Here is simple php technique which will allow you to pass information between pages through the URL. The format used to pass variables in the URL is the url itself.
php objects
From CodeCall Programming Forum (Hypertext Preprocessor (PHP) Basics)
oop is a method of programming where objects are designed and communicate with each other to solve a problem.
php arrays
From CodeCall Programming Forum (Hypertext Preprocessor (PHP) Basics)
arrays are like a container to hold several variables. they are usually the first data structure taught to students. this is because an array is essentially the underlying data structure to the more complicated data structures such as the linked list, vector, and hash tables.
string manipulation
From CodeCall Programming Forum (Hypertext Preprocessor (PHP) Basics)
one thing that is very common in contest programming is the manipulation of strings. languages like java and c++ are great for all sorts of problems but i don't consider them very good at working with strings. languages like php and perl are more flexible for working with strings.
Random Password Script
From PC Hacks (Hypertext Preprocessor (PHP) Script Development)
In this tutorial you´ll learn how to make a simple php script that will display random password every time you click "Generate Password"
How to create ExpressionEngine webpages
From ...site title missing... (Hypertext Preprocessor (PHP) General Development)
The basic concept in ExpressionEngine is that of a template. Go to any ExpressionEngine powered website and you will undoubtedly be looking at a template. Templates are what the outside world sees. At its most basic, a template in ExpressionEngine is a HTML (or CSS or JavaScript) file. If we wanted to, we could use a template exactly like a HTML file, without any problems. We could create an entire website without ever using any other part of ExpressionEngine. At the end, you will have a completely working weblog, and a great understanding of how you can use HTML and CSS in templates.
MySQL Powered Web Template Management System
From Colin Smiley (Hypertext Preprocessor (PHP) MySQL Integration)
Learn how to create a neat system for originally managing website templates, but can be easily adapted to have many other uses.
beginning with the smarty template engine
From CodeCall Programming Forum (Hypertext Preprocessor (PHP) Basics)
smarty is a php template engine that will allow you to create a php backend without using full html within your php files. smarty will use a cache directory to store the template cache for each session and clear it once it reaches a certain age.
logging into vbulletin using curl
From CodeCall Programming Forum (Hypertext Preprocessor (PHP) Basics)
well i was writing a spider to crawl forums and mirror them and needed a way to login to a vbulletin based forum. vbulletin does not allow a curl post unless the url has been added to the "allow post from" list in the admin control panel.
reading e-mail using imap in php
From CodeCall Programming Forum (Hypertext Preprocessor (PHP) Basics)
imap functions of php allow communication with imap and pop3 services trhough the php enabled webserver.
basic protection from sql injection
From CodeCall Programming Forum (Hypertext Preprocessor (PHP) Basics)
sql injection is injecting sql through a get or post from a script into the sql. for example member.php?id=6.
Page 10 of 41 pages  «Prev  3  4  5  6  7  8  9 10  11  12  13  14  15  16  Next» 

Follow - Add - Share
Popular Tutorial Categories
2Dimensional
3Dimensional
Website Editing
Audio/Voice Editing
Office Applications
Animation (Web & Media)
Web Programming
Other Applications
Content Management System - CMS
Top Authors (More...)
coolcommands.com #1(446)
http://coolcommands.com
AdobeTutorialz #2(412)
http://adobetutorialz.com
javascript.internet.com #3(304)
http://javascript.internet.com
sthurlow.com (random)(1)
http://sthurlow.com
dynamic5.gamespy.com (random)(3)
http://dynamic5.gamespy.com
tutorialmonkey.com (random)(2)
http://tutorialmonkey.com
Topsite Leaders (More...) (Join...)
PhotoshopStar
#1 (12400 Out)
SWFspot
#2 (11147 Out)
Naruto Wallpaper
#3 (9650 Out)
Funk Rush
(Random) (3431 Out)
Webhog
(Random) (2604 Out)
SWFspot
(Random) (11147 Out)