Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Most Popular Scripts | PHP | Tutorials & Tips | Miscellaneous

Results 61-79 of 79
Output While Script is Still Running
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.
(0 ratings)
Reviews0
PriceFree
Views1340
Dynamic CSS with PHP
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!
(0 ratings)
Reviews0
PriceFree
Views2226
Modifying TIMESTAMP
Learn how to turn 050309112684 into 09/03/05 11:26:48 using the substr() function in php.
(0 ratings)
Reviews0
PriceFree
Views1053
Generate HTML Files
Make all your webpages search engine friendly by converting them to *.htm files. (Requires mod_rewrite on your server.) Touches upon regular expressions.
(0 ratings)
Reviews0
PriceFree
Views1432
Count number of words in a text string
A small code sample that will count through the sentences in a section of text and show how many words are contained within it.
(0 ratings)
Reviews0
PriceFree
Views3238
Remove whitespace from a text string
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.
(0 ratings)
Reviews0
PriceFree
Views3360
Custom error pages using .htaccess
Easy to follow tutorial explaining how to create yoru own error documents on an Apache server using a .htaccess file.
(0 ratings)
Reviews0
PriceFree
Views1589
Convert links into clickable hyperlinks
A function to change an email address or URL into a clickable HTML link using eregi_replace.
(0 ratings)
Reviews0
PriceFree
Views1844
Keyboard Characters to images tutorial
A very easy tutorial with code included that shows you how to convert keyboard chars input to icon or image output. For instance how to make :) a smiley face.
(0 ratings)
Reviews0
PriceFree
Views1709
Simple Localization with PHP
posted byemminMiscellaneous
On PHP DevCenter, Adam Trachtenberg and Joao Prado Maia have described interesting ways to localize web sites with PHP. In this article I've offered another alternative, which should be easy for non-programmers to use. We will take advantage of the user function setstring function.
(0 ratings)
Reviews0
PriceFree
Views1232
myPHPNuke Administrator's Manual
The myPHPNuke Administrator's Manual is the complete guide and manual for webmasters, future webmasters, and wannabe webmasters. Learn how to install, configure and run a successful myPHPNuke based website. Included in the manual are hints, troubleshooting, theme creation, and tips on running a myPHPNuke based website. This is a full fledged manual of more than 100 pages.
(0 ratings)
Reviews0
PriceFree
Views2860
Determine Browser Type with PHP
A brief tutorial on how to determine the browser type of your user on load.
(0 ratings)
Reviews0
PriceFree
Views2828
Native Language Support
While a great part of the web is in English, if you are targeting a worldwide audience, then neither English nor Esperanto alone is an option. This article gives a brief overview on several different ways to deliver content in both English and Spanish, and a third language.
(0 ratings)
Reviews0
PriceFree
Views2034
binarycloud: the opensource platform for php web applications
binarycloud is a platform for rapidly developing complex web applications. It includes basic services like authentication, permissions, a template engine, database abstraction etc., an extensive collection of libraries, and a framework for configuring the system and building your own logic. This tutorial step-by-step explains how to install it in details.
(0 ratings)
Reviews0
PriceFree
Views2730
PHP & Java
The author notes "The Java extension is an extremely exciting tool. By learning how to use this module, you can extend PHP by the power of all available Java classes. To show you the basics of the Java extension, this article will cover installation and a few code examples of using PHP and Java together."
(0 ratings)
Reviews0
PriceFree
Views1736
Storing Data in the Client
One of the things that all programmers love is to write a program which writes another program. On the web we have two different programming environments: the client (browser) and the server. Due to the HTTP protocol definition we can write a program on the server which writes another program to be executed on the client. Let's pick PHP (of course) for the server and JavaScript for the client. We'll show you in this article how you can use this scheme to store data in the client and then minimize the data transfered between the server and the browser for interactive applications like a chat room, a news system or whatever you want.
(0 ratings)
Reviews0
PriceFree
Views2688
Making your PHP code work better with Front Page
Here, you will find tips on how to work around some common problems that may occur when inserting PHP code within pages on Microsoft Front Page.
(0 ratings)
Reviews0
PriceFree
Views2113
Switching From VB to PHP
This article focuses on the switch from Visual Basic to PHP. Several examples are presented.
(0 ratings)
Reviews0
PriceFree
Views1456
Mathematical Averages In PHP
Shows how to calculate an average of ratings example, given the accumulated total of all ratings and the total number of votes.
(0 ratings)
Reviews0
PriceFree
Views2043
Results 61-79 of 79