Home

Submit

Source

Feeds

Home » PHP » Getting Started ::

PHP Getting Started
We're going to be dealing with type juggling in this article. This is the process of instructing PHP how to handle the value after the type juggling. Type juggling can do absolutely all sorts, from converting integers to floats, arrays to objects, and even strings to binary as of PHP 5.2.1. It can also save you calling various functions and thus making your script quicker.
Related Tutorials
PHP Getting Started
Variables
PHP / Getting Started
A variable is a holder for a type of data. So, based on its type, a variable can hold numbers, strings, booleans, objects, resources or it can be NULL.

Site: www.webcheatsheet.com Report - View Tutorial

PHP Getting Started
PHP and MySQL - Introduction
PHP / Getting Started
The topics covered in this tutorial include: * PHP basics, including script structure, variables, supported types, constants, expressions, and type conversions * Condition and branch statements supported by PHP, including if, if...else, and the switch statements * Looping statements * Arrays and array library functions * Strings and string library functions * Regular expressions * Date and time functions * Integer and float functions * How to write functions, reuse components, and determine the scope and type of variables * An introduction to PHP object-oriented programming support * Common mistakes made by programmers new to PHP, and how to solve them.

Site: www.brainbell.com Report - View Tutorial

PHP Forms
Making Sticky Forms
PHP / Forms
Learn how to create and use sticky forms, which saves data that has been entered into a form, so a user does not have to re-type out the information if there is an error.

Site: tutorialcode.com Report - View Tutorial

PHP Getting Started
Data Types and Variables
PHP / Getting Started
This tutorial describes: What are PHP data types, How to define variables, references, and variable variable names, How to define and use constants.

Site: www.herongyang.com Report - View Tutorial

PHP PEAR
Best Practices: Database Abstraction
PHP / PEAR
Abstraction is a technique which simplifies something complex. In the case of database abstraction, the complexities of connecting to a database is hidden behind a standard API, thereby allowing the programmer to connect to many different types of databases without relearning the methods and syntax peculiar to each different type. PEAR's DB classes are one such database abstraction layer, and in this article we'll take a look at some traditional database access methods and then compare them with the method employed by PEAR.

Site: www.phpbuilder.com Report - View Tutorial

PHP Databases
MySQL Table Joins
PHP / Databases
One of the great characteristics of SQL (Structured Query Language) is the fact that one can develop access and modify data across various tables. There are several benefits to this, including greater ease of manipulation, increased speed of access, and reduced data redundancy. In MySQL (as well as many other SQL languages), this is accomplished via the join command.

Site: www.devshed.com Report - View Tutorial

PHP PEAR
Communicating with Others
PHP / PEAR
This tutorial covers some examples of this type. You can connect to remote servers in a variety of ways.

Site: www.brainbell.com Report - View Tutorial

PHP XML Web Services
XML processing with PHP
PHP / XML Web Services
XML is Extensible Markup Language. It is a markup language - much like HTML - and was designed to describe data. XML uses tags but these tags are not predefined as in HTML. In XML you define your own tags. All XML documents have 3 types of components: Elements, attributes and data.

Site: www.phptoys.com Report - View Tutorial

PHP Date and Time
Displaying Date and Time using PHP
PHP / Date and Time
Type exactly like below in Notepad or any other HTML Editor and save it as date.php in your localhost.

Site: www.webdesign.org Report - View Tutorial

PHP Templates
How to make your own PHP template script
PHP / Templates
How do you create a template system in PHP. It is true their are many different ways, but this will hopefully show you the basic understanding of this type of method.

Site: www.microcyb.com Report - View Tutorial

PHP Object Oriented
Classes and OOP in PHP
PHP / Object Oriented
Object orientated programming (OOP) is a commonly used term when discussing modern programming techniques. One of the things that makes humans stand out is the ability to categorise - we put objects into categories of similar type of function.

Site: www.programmertutorials.com Report - View Tutorial

PHP Functions
Looping with PHP and for()
PHP / Functions
The for() function is an iterative function. The word iteration is basically a posh word for looping. You use looping to avoid spaghetti code, and generate a list of output without having to type it all manually.

Site: www.easytutorials.org Report - View Tutorial

PHP Forms
Working with forms in PHP
PHP / Forms
One of the most popular ways to make a web site interactive is the use of forms. With forms you can have users register for different things, submit any information you can imagine, upload files, and all types of other things. In this tutorial, we will go through the basics of forms and how to handle the data that comes from those forms with PHP.

Site: codewalkers.com Report - View Tutorial

PHP Getting Started
Variable Types
PHP / Getting Started
In this lesson you will find out variable types.

Site: www.php-mysql-tutorial.com Report - View Tutorial

PHP File Operations
PHP Script Tips - Uploading Files to Web Servers
PHP / File Operations
A collection of 12 tips on uploading files with PHP pages. Clear explanations and tutorial exercises are provided on creating file upload HTML tags, setting encoding type on HTML forms, getting uploaded file information, storing uploaded file in database.

Site: dev.fyicenter.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement