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

New Scripts | PHP | Tutorials & Tips

Results 421-440 of 648
Building a Web Page Using Object Oriented Programming
Learn the basics of using Object Oriented Programming in PHP to build and extend a class to make a website.
(0 ratings)
Reviews0
PriceFree
Views1418
Pear Module: HTML_CSS
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.
(0 ratings)
Reviews0
PriceFree
Views1172
Pear Module: HTML_Template_Sigma
This PEAR tutorial will teach you how to use PEAR's Finest Templating engine: HTML_Template_Sigma
(0 ratings)
Reviews0
PriceFree
Views1044
An easy way of creating Image & Adding Fonts to it.
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 .
(3 ratings)
Reviews0
PriceFree
Views3930
Building Online Communities with phpBB
This is a full chapter from the recently published book 'Building Online Communities with phpBB'. Covering chapter 4 'Customizing Your Forum'. The quality of this article is extremely high class with in depth descriptions and diagrams. View it in HTML for your enjoyment.
(1 ratings)
Reviews1
PriceFree
Views2472
Mastering phpMyAdmin for Effective MySQL Management
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.
(0 ratings)
Reviews0
PriceFree
Views2034
PHP File Upload
This tutorial will allow you to have a basic file upload interface with a PHP backend. This tutorial is only for educational purposes and the final PHP file upload script is not robust nor secure enough for a commercial solution.
(12 ratings)
Reviews0
PriceFree
Views6924
Create Your Own BBCode
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.
(0 ratings)
Reviews0
PriceFree
Views2341
Variables in PHP
Variables are nothing but identifiers to the memory location to store data. We can create any number of varibles. In PHP all the variables begin with a dollar sign "$" and the value can be assignes using the "=" operator as shown below: Another important thing in PHP is that all the statements must end with a semicolon ";". In PHP we needn't have to specify the variable type, as it takes the data type of the assigned value. From the above example we understand that '$Name' is of Data type String and '$Age' is of type Numeric.
(3 ratings)
Reviews0
PriceFree
Views2110
SmartWebby's Introduction to PHP
PHP has become a more popular technology for web programming in the recent years due to its open source technology. This means that it is free to use and is compatible with almost any server, say Windows, Linux/Unix and Apache servers. Though it is an open source technology, it has many advanced features included in it and is now capable of handling almost any issue related to the internet. PHP stands for "PHP Hypertext Preprocessor". PHP is a server-side scripting language. This means that a PHP page is processed on a Web server by a PHP script engine. When the client makes a request for any page, the request is sent to the server, the server locates the requested page and executes the PHP code if any and the result is sent to the browser (client) in the form of HTML. The browser then compiles the HTML to display the output.
(1 ratings)
Reviews1
PriceFree
Views1662
Calculate Google PageRank
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.
(0 ratings)
Reviews0
PriceFree
Views2662
How can I pass multiple selections from a drop down menu?
This tutorial tells people how to transfer multiple selections from a drop down menu using html and php.
(6 ratings)
Reviews0
PriceFree
Views3027
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
Views1489
Random Quote
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.
(0 ratings)
Reviews0
PriceFree
Views1765
Dealing with special characters
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.
(0 ratings)
Reviews0
PriceFree
Views1890
Page Load Time Walkthrough
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.
(0 ratings)
Reviews0
PriceFree
Views3280
Track Google Adsense Clicks
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!
(3 ratings)
Reviews0
PriceFree
Views3214
How to let your customers or visitors easily put files on your server
This tutorial tell you how to create a file upload script on your server using php, javascript. The code is available for free.
(0 ratings)
Reviews0
PriceFree
Views2095
(6 ratings)
Reviews0
PriceFree
Views3047
Easy Website Password Protection Tutorial
You can now implement password-protected pages without Telnet access to protected directories in your web site. Then you can use these password protected directories to sell downloadable products or provide premium access to members. In this password protection tutorial, we will explain how to create access authorization using only FTP. This will be helpful to most webmasters who want to create authentication files but who do not have Telnet. Unfortunately, most of the restricted access tutorials assume that the webmaster can use Telnet, which of course, is not true. Now you can sell your software, documents, images or music online. You can easily protect files and directories that require the use of a username and password, and you don�t have to be a computer programmer to do it!
(9 ratings)
Reviews0
PriceFree
Views7322
Results 421-440 of 648