Home

Submit

Source

Feeds

Home » PHP » Site Analysis ::

PHP Site Analysis
This tutorial is intended for the PHP programmer interested in gathering and analyzing Website statistics in a presentable format using mySQL and PHP.You will need a moderate understanding of PHP and a limited knowledge of mySQL, including how to create a mySQL table using the mySQL client.
Related Tutorials
PHP Site Analysis
Logging With PHP3
PHP / Site Analysis
This tutorial show you how to use PHP to display your site traffic statistics on the fly at any time. Along with its supplied PHP script, you will learn how to get access to your statistics that are continually updated, and that simultaneously support multiple sites, and multiple actions (page view, ad click, click-in, click-out, etc).

Site: www.phpbuilder.com Report - View Tutorial

PHP Site Analysis
Graphing in PHP - Make your own line graph using PHP functions
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.

Site: www.tutorialtoday.com Report - View Tutorial

PHP Dynamic Images
Dynamic Image Generation with PHP
PHP / Dynamic Images
PHP lets you do a lot more than simply generating HTML content, it is also a great tool to dynamically generate images on-the-fly. For example, you can create buttons with text from a database,create grapical displays of statistics from log files,enhance business data with graphs and diagrams.This tutorial shows you how to use the GD library to dynamically create images on your site. The GD library is an external module which is accessed by a native PHP module.

Site: devzone.zend.com Report - View Tutorial

PHP Site Analysis
Getting visitor information
PHP / Site Analysis
Getting information about your visitors is interesting and sometimes useful for generating statistics, especially when you have a high traffic.

Site: www.geekpedia.com 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 Databases
Building a Database-Driven Web Site Using PHP and MySQL
PHP / Databases
This ten part series of articles will teach you everything you'll need to build a database-driven Web site from the ground up. Main topics include: Installation, Getting Started with MySQL, Getting Started with PHP, Using PHP to access a MySQL database, Relational Database Design, A Content Management System, Content Formatting and Submission, MySQL Administration, Advanced SQL, and Advanced PHP.

Site: www.sitepoint.com Report - View Tutorial

PHP Miscellaneous
Making your first PHP page
PHP / Miscellaneous
Creating a PHP page is very similar to creating an HTML page. There are two main differences between an HTML page and a PHP page, your PHP page will need to have a .php extension instead of .html, and you will use PHP code in your PHP page.

Site: marek.litomisky.com Report - View Tutorial

PHP File Operations
Get Remote Web Page Information Using PHP
PHP / File Operations
Use PHP to get the title, keywords and description of a remote web page.

Site: www.drquincy.com Report - View Tutorial

PHP Databases
phpMyAdmin Tutorial: Transformations & PDF-Features PHP tutorial
PHP / Databases
This tutorial is targeted at both novice users and advanced users. Even though I describe many steps in detail for those of you who are not so used to phpMyAdmins interface, I also describe some of the features to be used by advanced users. I tried to create this tutorial with an easy structure, so everyone can skip sections he's not interested in. Even though this page is largely sized, I decided to put everything on a single page to allow quick scrolling to anywhere you like.

Site: garv.in Report - View Tutorial

PHP Getting Started
PHP by example, Part I
PHP / Getting Started
As a language for building dynamic Web pages, PHP offers a simplified method for constructing complex and powerful Web-related programs.Step by step, Erik demonstrates the fundamental principles of PHP in an original, real-world Web site example. Part 1 of this two-part series offers the basics of PHP and features a Webzine that includes an author's page where content providers can enter the text of articles, as well as a front end for presenting this content to the world.

Site: www-128.ibm.com Report - View Tutorial

PHP Getting Started
Creating a PHP Quiz Page
PHP / Getting Started
PHP can be used to evaluate Quiz pages. The quiz page may be written in a normal form fashion, either multiple choice or True-false. After you create this form page, setting your PHP page as the action for the form, your php page can pick up the variables and evaluate the results of the form, scoring the form.

Site: www.developingwebs.net Report - View Tutorial

PHP Site Analysis
Creating a file based logging script
PHP / Site Analysis
In this tutorial I will show you how you can create a small and simple PHP script to log your visitors activity into a file. You just need to add 1 line to each of your page to enable logging and the statistics will be collected in a html file so you don't have to setup any database for this task.

Site: www.phptoys.com Report - View Tutorial

PHP Membership
Generating random passwords
PHP / Membership
This function is useful for generating a password less than 32 characters in length.

Site: www.thepixelboxhomepage.com Report - View Tutorial

PHP Installation
Acquiring PHP MySQL
PHP / Installation
PHP and MySQL are already packaged in Linux and Mac OS X OSs. However, most PHP developer are actually using Windows when developing PHP applications. This is also true to myself. I have Mandrake Linux 10 but I'll just use it for testing purposes of my finished scripts. One reason is that Windows render an amazing web presence unlike any other OS's browsers. So this page will only cover the WAMP ( Windows, Apache, MySQL, PHP ). You will learn how to install Apache, PHP, and MySQL under Windows platform.

Site: www.webdesign.org Report - View Tutorial

PHP Membership
Using a page by page password system using mySQL
PHP / Membership
One cool thing about php is that you can fairly easily validate users before displaying content on a page by page basis. Let's say you don't want to restrict the entire directory using htaccess, this is a neat alternative. Let's create a login system using PHP and mySQL.

Site: www.php-scripts.com Report - View Tutorial

 
Site Search

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