Miscellaneous
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
Views1400
Count Words from a string with PHP
posted byreconninMiscellaneous
Learn how to count the words from a string using php.
Reviews0
PriceFree
Views1371
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
Views904
The Difference Between require() and include()
posted bymoosehinMiscellaneous
Did you know that require() and include() work differently? Both are used for including code in another file into your program, but there is a crucial difference in how they operate when that file cannot be read which any PHP programmer needs to know about. There's also a slight difference with require() between new and older versions of PHP which this tutorial discusses too.
Reviews0
PriceFree
Views2084
CSS Style Switcher
posted bylooninMiscellaneous
Tutorial that explains how to allow your users to select different CSS style sheets (themes)
Reviews0
PriceFree
Views1748
How to add dynamically generated Graphs and Charts
posted bypatrickinMiscellaneous
Not so very long ago adding a graph or chart to a web page or application required a fair amount of programming knowledge and was rather time consuming for even the most experienced. However with the tools available today it is possible for almost anyone to add graphs and charts to web pages. With just a little bit of HTML, dynamically generated graphs and charts can be added to web pages and/or applications.
Reviews0
PriceFree
Views2951
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
Views1106
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
Views962
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
Views2257
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
Views2578
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
Views1413
Track Google Adsense Clicks
posted bydtang4inMiscellaneous
The Google Adsense administration section gives you some superficial stats. Want more detail? You gotta track hits yourself. This tutorial will teach you how to track the ads that have been clicked; the pages they were clicked on; and which visitors have been doing the clicking!
Reviews0
PriceFree
Views3113
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
Views2365
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
Views1135
Prevent Hotlinking
posted bydtang4inMiscellaneous
100% fool-proof (as far as I can tell). Prevent hotlinking to files not supported by .htaccess. For instance, I use this method to prevent people from linking to *.SWF files stored on my server.
Reviews0
PriceFree
Views1855
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
Views1540
A Rating System
posted bydtang4inMiscellaneous
This short tutorial will guide you through a hypothetical process of adding a movie rating system to a movie database site. Goes over the PHP code and MySQL queries.
Reviews0
PriceFree
Views22752
Procurement Software Information
posted bytimeoneinMiscellaneous
Critical Information and about procurement Software and the Free GPL developemtn "e-procurement implementation". Procurement Software is critical to freeing companies from massive paper based purchasing.
Reviews0
PriceFree
Views4001
Staffing Software by Ploutos
posted bytimeoneinMiscellaneous
Keep track of existing staff and increase new staff hiring efficiency with Staffing Software.
Reviews0
PriceFree
Views2180
Remove whitespace from a text string
posted byDanBeeinMiscellaneous
If you use a form on your site then you'll know that user input can often have white space before or after the text as the person filling in the form field sometimes accidentally adds spaces. This handy function will remove the whitespace from the beginning or end of the string.
Reviews0
PriceFree
Views3476