Top Rated Scripts | PHP | Tutorials & Tips
Expandable menu with PHP 2
posted byAcecoolinLink Indexing
Allows you to make expandable menus with PHP.
This versions allows multiple menus to be opened / closed, click one menu to open - click another to open the other - click the first or the second to close it, you can open as many or as few as you like and are not forced to close it again. PAGE MUST BE RELOADED (PHP isnt Javascript).
Reviews0
PriceFree
Views2930
Unix man pages and resources
posted bypamphileinDevelopment
Over 150,000 pages of unix manual pages, and open source documentation in multiple languages + documentation on php, and python in multiple languages
Reviews0
PriceFree
Views929
Redirecting Users
posted bypetesmcinIntroduction to PHP
Ever wanted to redirect users using PHP? Using HTTP headers? Conditionally? Peter explains all this and more, in order to help improve your site and coding.
Reviews0
PriceFree
Views1397
Server Side Includes
posted bypetesmcinIntroduction to PHP
Server side includes are frequently used to give your entire site the same look and feel, as well as allowing you to produce more modular code. Join Peter as he explains this, and shows you how!
Reviews0
PriceFree
Views1408
Build Standalone Applications
posted bydtang4inDevelopment
It's painful, but possible. With PHP and the PHP-GTK module, you can build your own gui executable files. This is a guide that directs to the right GTK tutorials and functioning PHP compiling software. Includes code for a working model.
Reviews0
PriceFree
Views1721
Building a Secure Contact Form
posted bypetesmcinEmail Systems
A contact form or an email form is often a critical part of a website, in allowing users to contact you regarding one or more issues. This article aims to help you produce a secure contact form, and at the same time, try to reduce the amount of spam you will receive from it.
Reviews0
PriceFree
Views2782
Introduction to Sessions
posted bydtang4inIntroduction to PHP
Learn the fundamentals of session variables, and some popular uses for them. Also, touches upon random password generation.
Reviews0
PriceFree
Views1316
PHP Classes
posted byskyhawk133inDevelopment
Doing it with class in PHP. What is a data structure? What is a class? How are classes used in PHP? All these questions and more are answered in this tutorial.
Reviews0
PriceFree
Views2592
Generate HTML Files
posted bydtang4inMiscellaneous
Make all your webpages search engine friendly by converting them to *.htm files. (Requires mod_rewrite on your server.) Touches upon regular expressions.
Reviews0
PriceFree
Views1746
Modifying TIMESTAMP
posted byMajd-GFXinMiscellaneous
Learn how to turn 050309112684 into 09/03/05 11:26:48 using the substr() function in php.
Reviews0
PriceFree
Views1315
Dynamic CSS with PHP
posted bymattinMiscellaneous
Need to generate style sheets dynamically with PHP to keep presentaion logic together or create environment aware style sheets with PHP and JavaScript? This tutorial shows you how!
Reviews0
PriceFree
Views2636
How to let your customers or visitors easily put files on your server
posted bychangdonginFile Manipulation
This tutorial tell you how to create a file upload script on your server using php, javascript. The code is available for free.
Reviews0
PriceFree
Views2207
Page Load Time Walkthrough
posted bychris_gillinDate & Time
This tutorial will show you how to add your page load time to your PHP pages. It includes code that is able to be copy and pasted for easy assembly.
Reviews0
PriceFree
Views3427
Dealing with special characters
posted bytrancedminDatabase-Related
This tutorial will teach you how to deal with special characters like HTML tags, white space etc. from a user submitted form and database output.
Reviews0
PriceFree
Views2063
Random Quote
posted bychris_gillinRandomizing
This code enables you to display a random quote on yout website, from a list you define. All you need is a a single php file and your webpage.
Reviews0
PriceFree
Views1859
Output While Script is Still Running
posted bydtang4inMiscellaneous
Do you have a script that takes a while to process? Wanna start outputting before the entire script finishes processing? Learn how to use PHP output buffering functions and have them actually work! Don't make your visitors wait for a long script to process.
Reviews0
PriceFree
Views1594
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
Views2908
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
Views2523
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
Views2128
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
Views1183
