Most Popular Scripts | PHP | Tutorials & Tips
Php .htaccess mod_rewrite tutorial
posted bygruppomoduloinRedirection
There are a lot of tutorials that show how to change an address like:
1. www.mysite.com/products.p hp?product_id=1234
into others like:
2. www.mysite.com/products/1 234
In this article we'd like to go one step forward and create something like:
3. www.mysite.com/easy-to-re member-product-name
Reviews0
PriceFree
Views1626
Dynamic (2 level) navigation list
posted byolaf2inSite Navigation
The creation of a dynamic nested unordered list without using any JavaScript code is sometimes a problem because the script needs to "remember" the values, sub values and also the query string from previous clicked links. In this tutorial we will learn how to create a dynamic navigation menu powered by PHP and MySQL only. While using standard HTML elements (unordered lists) it�s easy to add different CSS styles later.
Reviews0
PriceFree
Views3000
Passing JavaScript variables to PHP
posted bybouvilloninMiscellaneous
JavaScript is mainly used as a client side scripting language, while PHP is a server side technology. Unlike Java or ASP.Net, PHP doesn't have tools to make it work client side. That is why you need to combine JavaScript and PHP scripts to develop powerful web-applications.
Reviews0
PriceFree
Views2306
PHP Script Tips - Creating Your Own Functions
posted bykarl_viinDevelopment
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. Special topics are:
How To Pass Variables By References?
How Arrays Are Passed Through Arguments?
How To Pass Arrays By References?
How To Return an Array from a Function?
What Is the Scope of a Variable Defined in a Function?
How To Access a Global Variable inside a Function?
How To Return a Reference from a Function?
How To Specify Argument Default Values?
How To Define a Function with Any Number of Arguments?
Reviews0
PriceFree
Views2021
PHP: the basics: introduction to PHP
posted byg0liatHinIntroduction to PHP
In this tutorial, you'll learn the basics of PHP. ALso explained is a typical situation in which you can use PHP.
Reviews0
PriceFree
Views1288
An easy way of creating Image & Adding Fonts to it.
posted bySr-ultimateinImage Manipulation
Creating an image with PHP & GD library on the Fly , and add fonts to decorate it .Could be used as hit counter or just to show your database stats on main page .
Reviews0
PriceFree
Views3928
Installing Apache, PHP and MYSQL on Windows
posted bywebspot_co_ukinInstalling PHP
Need to test your php scripts your making without uploading it to a remote server? This tutorial shows you all of things you need to download, install, set up on your computer to make it into a fully functioning web server with PHP and MYSQL on Windows.
Reviews0
PriceFree
Views1634
Introduction to WML, Apache, and PHP
This article covers the basics of wml, how to set up your apache server, and php. Covering the basics allows you to set up the wireless environment for your site.
Reviews0
PriceFree
Views4714
Sending MIME email in PHP
posted bykaygeeinEmail Systems
Tired of sending those drab textual notifications and newsletters to your friend and clients? Ever wanted to send attachments and/or HTML embedded email. The answer is MIME. This article explains the basics of MIME, creating MIME-compliant messages and then ends with a working class implementation of sending MIME complaint email in PHP. Note that references to calling script, caller etc. denote the script that uses the class we are about to develop and client/MUA etc. denote a mail reading client or mail user agent.
Reviews0
PriceFree
Views10812
Using Loops to Send Mail to Multiple Recipients
posted bywebmasterinMailing List Management
This tutorial with revised code shows you how to send email to multiple recipients using loops.
Reviews0
PriceFree
Views5754
Dynamic Image Generation using PHP
posted bybouvilloninImage Manipulation
Creating images on the fly can be a very useful skill. In this tutorial we will show you how to get quite interesting and useful effects using image handling functions. We will review two practical tasks: creating security images (captcha) on the fly and building a bar chart using numerical values retrieved from MySQL database.
Reviews0
PriceFree
Views2422
Recursive Threading with PHP and SQL
posted byJesterinDiscussion Boards
This tutorial will walk you through the process of making a threaded discussion system. Using PEAR::DB and PHP 4 we'll create a recursive function that will display comments in a threaded style.
Reviews0
PriceFree
Views4569
Where did they go today?
posted bysmkinWeb Traffic Analysis
Have you wondered where and how people leave off your site? Well, this one-page tutorial shows you how to setup a PHP redirection script with logging feature. You can use the script for link-based as well as form-based redirection while logging your visitors.
Reviews0
PriceFree
Views3634
Create a PHP/MySQL Powered Forum from Scratch
posted byseoruchi1inDatabase-Related
1.Creating Database Tables
2.Introduction to the Header/Footer System
3.Getting Ready for Action
4.Displaying the Forum Overview
5.Signing up a User
6.Adding Authentication and User Levels
7.Creating a Category
8.Adding Categories to index.php
9.Creating a Topic
10.Category View
11.Topic View
12.Adding a Reply
Reviews0
PriceFree
Views805
Generating HTML5 Documents Using DOMDocument In PHP
posted byStevoTVRinContent Management
PHP 5 includes a powerful set of DOM manipulation classes that gives you full control over HTML and XML documents. This functionality behaves very similar to JavaScript's DOM manipulation engine. In this tutorial, we'll explore the DOMDocument class by generating an entire HTML5 page without writing a single bit of raw markup. This may not be practical for most applications, but it should give you a good idea of how the basic DOMDocument methods work.
Reviews0
PriceFree
Views923
Calculating the Difference Between Two Dates
posted bytutorialhelpdeskinDate & Time
How to calculate the difference between two dates in PHP.
Reviews0
PriceFree
Views1135
Safe Ajax contact form
posted byolaf2inEmail Systems
Providing a simple contact form could be a big security issue if the form script doesn't have any validation or security features. In the past it was very common to use simple mail scripts to post a web form to some e-mail address. A lot of the spam getting people in their mail box is send with vulnerable form mail scripts. These tutorial will show you how to create a simple mail form using Ajax and PHPMailer.
Reviews0
PriceFree
Views4409
Simple button affiliate link system in php/mysql
posted bywebmasterinLink Indexing
This tutorial will show you how to build the administrative backend as well as the display frontend of a button link system.
Reviews0
PriceFree
Views2098
Macronimous- Command Line Scripting in PHP
posted byseo.macronimousinDevelopment
PHP can also be run as a command line script like c, c++, java, etc. This article provides an introduction to command line scripting in PHP and emphasise on its significance in PHP applications.
Reviews0
PriceFree
Views1067
How does a simple hitcounter work?
This is a short tutorial on how to make your own simple hitcounter in PHP.
Reviews0
PriceFree
Views5537