Home

Submit

Source

Feeds

Home » PHP » Site Analysis ::

PHP Site Analysis
In this tutorial I will show you how to make your own line graph using GD functions in PHP, based on traffic statistics for a desired page. So this tutorial will require a MySQL database to hold the information from daily traffic statistics.
Related Tutorials
PHP Functions
Introduction to PHP Functions
PHP / Functions
Functions are a very important part of PHP and it is probably safe to say that they are used in every single script. This tutorial will guide you through the basics of PHP functions to creating your own to do specific tasks.

Site: www.codebeach.com Report - View Tutorial

PHP Functions
Working with Directories
PHP / Functions
As is necessary for any language, PHP has a complete set of directory support functions. PHP gives you a variety of functions to read and manipulate directories and directory entries. Like other file-related parts of PHP, the functions are similar to the C functions that accomplish the same tasks, with some simplifications. This tutorial describes how PHP handles directories. You will look at how to create, remove, and read them.

Site: www.webcheatsheet.com Report - View Tutorial

PHP General Development
Macronimous- Command Line Scripting in PHP
PHP / General Development
PHP is a great language to develop web applications rapidly and economically. Many of us know this. But what many of us were unaware of is that PHP can also be run as a command line script like c, c++, java, etc.

Site: www.macronimous.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 Databases
Building database table handlers in PHP using OO approach
PHP / Databases
Having in mind PHP developers like myself I strived to provide an alternative and hopefully useful method for easing the daunting task of database communication. In my line of work and, I presume, in line of work of many of my colleagues database-driven PHP applications, and therefore communication with database, play very important role. As is, PHP provides a very flexible and easy way for database integration. Native drivers for majority of databases and ODBC connectivity make the task of database communication almost trivial.

Site: www.geocities.com Report - View Tutorial

PHP Getting Started
Welcome to PHP
PHP / Getting Started
This is a comprehensive article / tutorial on programming in PHP. It covers a variety of key topics including PHP Structure, Scalar Variables and Data, Data collection: Arrays, Operations and Comparisons, PHP Comparison Operators, PHP Logical Operators, Control Statements, The Function of Functions, and Object Orientation.

Site: www.intranetjournal.com Report - View Tutorial

PHP Functions
Functions in PHP
PHP / Functions
Functions are arguably one of the most useful features of PHP. They allow a programmer to encapsulate sections of code within a structure which can then be executed from anywhere else in the program flow.

Site: www.roughguidetophp.com Report - View Tutorial

PHP Functions
PHP string functions summary
PHP / Functions
One of PHP strengths are all the string functions. We give you a great help with starting to work with these functions.

Site: www.999tutorials.com Report - View Tutorial

PHP Functions
PHP Functions
PHP / Functions
Functions are the robots of any programming languages and in PHP they just the same. They are mainly used to make code reusable and easy to read. If you need to record a show on television only one time, do you program the VCR? however, if you need to record the same show everday, you use the timer and the programmer on the VCR to make it happen.

Site: phptutorialsite.com Report - View Tutorial

PHP Security
Customizing PHP Safe Mode
PHP / Security
We'll guide you through using PHP safe_mode and how-to enable it and to customize it for certain sites on your server. When using PHP as an Apache module, you can also change the configuration settings using directives in Apache configuration files (e.g. httpd.conf) and .htaccess files. PHP safe_mode is very important to in terms of server security because it restricts and disables the dangerous functions in PHP from the scripts like PHP Shell that can otherwise cause damages to your server and client sites.

Site: www.webhostgear.com Report - View Tutorial

PHP Functions
PHP Functions
PHP / Functions
As with any decent language, PHP allows you to write your own functions.

Site: www.webdesign.org Report - View Tutorial

PHP Getting Started
PHP For Beginners - Free Courses from www.iTechCollege.com
PHP / Getting Started
What is PHP? PHP is a computer scripting language, which is originally designed for creating dynamic web pages. PHP is an open-source language, used primarily for dynamic web content and server-side applications. In this course, you will learn how to: How to write to screen; Generate and Retrieve a query string; Use functions; Redirect a page; Show environment variables; How to use cookies in PHP; Include a page; How to connect to MySql database; PHP`s most advantage: create an image directly.

Site: www.itechcollege.com Report - View Tutorial

PHP Functions
PHP Script Tips - Creating Your Own Functions
PHP / Functions
A collection of 19 tips on creating your own PHP functions. Clear answers are provided with tutorial exercises on defining functions, defining arguments, passing references, returning references, argument default values, etc.

Site: dev.fyicenter.com Report - View Tutorial

PHP Getting Started
PHP Basics
PHP / Getting Started
In this tutorial, i will teach you how to make a basic php program.. Mainly how to print output from a php script... I hope you will enjoy using PHP as much as i have, and that you will NEVER use ASP again (if you ever have).

Site: www.webdesign.org Report - View Tutorial

PHP Getting Started
PHP Strings Primer
PHP / Getting Started
In order to accomplish almost any programming task with PHP you'll be dealing with strings. To get the best out of PHP you must thoroughly understand the basic string functions available. In this tutorial we will lay down the foundations needed for a solid understanding of strings.

Site: codewalkers.com Report - View Tutorial

 
Site Search

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