Most Popular Scripts | PHP | Tutorials & Tips
PHP tutorial: Using arrays
posted byJosebaBinMiscellaneous
This tutorial will start introducing the array concept by creating them from info in a table. It will be shown how to display data from the array. Two additional examples will be used to show how to create arrays from strings, and how to perform simple keyword searches.
Reviews0
PriceFree
Views1461
Count Words from a string with PHP
posted byreconninMiscellaneous
Learn how to count the words from a string using php.
Reviews0
PriceFree
Views1451
Working with PHP5 Class Types
posted byphpfiveinDevelopment
This article is intended for experienced PHP programmers interested in exploring PHP 5's support for working with class types through argument hinting, abstract classes and interfaces. Basic knowledge of object-oriented programming, including the anatomy of a class and the mechanics of inheritance, is assumed.
Reviews0
PriceFree
Views1777
Pseudo-random PHP functions
posted byphpfiveinRandomizing
This article introduces PHP's pseudo-random functions to the reader and explains the difference between a pseudo-random and a truly random number.
Reviews0
PriceFree
Views1351
Compiling PHP and Apache 2 from source on Linux OS
posted byssrupraiinInstalling PHP
This article will provide beginners and others new to Apache 2 and PHP compilation, detailed information about how to compile PHP and Apache 2 on Linux system. It should work on all Unix like OS. Even if you just want to learn how to compile software from source on Linux like OS, this article will provide enough information to get you started. After reading this article any person, who hasn't yet compiled any software from source, will be able to compile and run PHP and Apache on his Linux Machine.
Reviews0
PriceFree
Views1570
Form Mail
posted byfarooqaaainEmail Systems
This is a detailed tutorial on Sending Email using Forms, in this tutorial you will also learn about alot of Php elements. And other kinda things.
Reviews0
PriceFree
Views5390
PHP pick-a-flavour script
posted byg0liatHinMiscellaneous
In this tutorial, you'll learn how to make a script that changes the layout of your site according to the users preference. They can choose how they want to view your site.
Reviews0
PriceFree
Views952
CSS Style Switcher
posted bylooninMiscellaneous
Tutorial that explains how to allow your users to select different CSS style sheets (themes)
Reviews0
PriceFree
Views1818
Basic IF Statements
posted by360generationinIntroduction to PHP
This tutorial will take you through both the IF and the IF-Else statement by comparing numbers, although relativly simple you can expand on them so that you can run checks on various things, such as passwords.
Reviews0
PriceFree
Views973
Tutorial: SQL Basics 1 Databases (Creating and Deleting)
posted by360generationinDatabase-Related
This tutorial will explain the basics of core databases in SQL without complicating with mySQL. Will show you the how to create and view databases in the system and how to create and run sql scripts in the monitor and phpMyAdmin further tutorials will go into the basics of tables following with advanced tutorials.
Reviews0
PriceFree
Views1175
Connecting to mySQL
posted by360generationinDatabase-Related
This is a small tutorial detailing how to connect to mySQL. It is easy to follow and can be pulled right of the site. Ideal for newcomers to PHP that want to look at connecting to databases.
Reviews0
PriceFree
Views1059
English and german tutorial for vLIB
posted byClausVBinContent Management
If you want to seperate PHP from HTML, you need some kind of template engine. vlibTemplate is a template engine. vlibDate easily adds and substract date values. You can format date values in different languages (german, english, french, spanish and so on). All examples are written in english. The tutorials are written in german and english. The tutorial will teach you how to use template variables, blocks and loop structures. It will give a short example of modular programming. Some simple and more complicated examples are provided. You will learn how to use vlibTemplate with MySQL, too.
Reviews0
PriceFree
Views2236
Variables in PHP
posted bysbshieldsinIntroduction to PHP
An introduction to variables in PHP and how to use them.
Reviews0
PriceFree
Views721
PHP Introduction
posted bysbshieldsinIntroduction to PHP
This is a Basic Introduction to PHP, from explaining what PHP is and does to creating your very first script!
Reviews0
PriceFree
Views726
Building a Web Page Using Object Oriented Programming
posted bytwodddinIntroduction to PHP
Learn the basics of using Object Oriented Programming in PHP to build and extend a class to make a website.
Reviews0
PriceFree
Views1418
Pear Module: HTML_Template_Sigma
posted bytwodddinMiscellaneous
This PEAR tutorial will teach you how to use PEAR's Finest Templating engine: HTML_Template_Sigma
Reviews0
PriceFree
Views1042
Pear Module: HTML_CSS
posted bytwodddinMiscellaneous
PEAR's HTML_CSS is a CSS Generator which can be used in combination with HTML_Page. This tutorial teaches you how to use HTML_CSS.
Reviews0
PriceFree
Views1171
Mastering phpMyAdmin for Effective MySQL Management
posted bystuartc1inDatabase-Related
This is the Full chapter 6 from the recently published book 'Mastering phpMyAdmin for Effective MySQL Management'. The Chapter 'Changing Table Structure' give a great step by step guide with diagrams. Publshed in HTML for your enjoyment.
Reviews0
PriceFree
Views2033
Create Your Own BBCode
posted bydtang4inMiscellaneous
Learn how to parse bulletin board code to translate it into HTML. This tutorial will provide the code to convert the [img], [url], [b], & [code] tags.
Reviews0
PriceFree
Views2337
Calculate Google PageRank
posted bydtang4inMiscellaneous
The source code for a function that will calculate a specified URL's Google PageRank is provided. Also included: some background info on PageRank and an example of the function's use.
Reviews0
PriceFree
Views2660