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 281-300 of 648
Simple button affiliate link system in php/mysql
This tutorial will show you how to build the administrative backend as well as the display frontend of a button link system.
(3 ratings)
Reviews0
PriceFree
Views2102
PHP Database Integration With MySQL
One of the defining features of PHP is the versatility it offers for connection to, and manipulation with, databases. In this article, we look at some features of the PHP and MySQL combination. We shall go through the following steps:- Connect to MySQL Database Server Create new Database Select MySQL Database Add data to table Retrieve data Error Handling
(3 ratings)
Reviews0
PriceFree
Views3464
Javascript Count Words Left
Learn how you can add javascript realtime count words field to your forms using javascript. Try it, it's easy!
(3 ratings)
Reviews0
PriceFree
Views1408
Making XML/XSLT driven site using PHP
This article contains an example of simple php "xslt engine" for XML driven web-sites which implements caching techniques and Apache-based XML file processing.
(0 ratings)
Reviews0
PriceFree
Views1843
Creating a simple photo gallery
In this tutorial I will show you how to create a simple photo gallery. The script creates thumbnail images if needed and displays all images in the given directory.
(9 ratings)
Reviews0
PriceFree
Views6522
Watermark on uploaded image
This tutorial shows how you can automate the process of adding watermarks on images from your site right when they are uploaded.
(3 ratings)
Reviews0
PriceFree
Views2024
Escape HTML Characters
In this howto you're gonna learn how you can escape HTML characters, nice and easy using PHP. This is useful for example to prevent users enter malicious HTML or javascript code into your site using the public forms like guestbooks or message boards. Also this can be useful if you want to embed code into your page without being translated by browsers into HTML elements corresponding. Our site also offers an Online Escape HTML Characters Tool!
(0 ratings)
Reviews0
PriceFree
Views1796
PHP multiple photo thumbnail generator
Built-in PHP library gd does not have ready-to-use function for photo(jpeg) thumbnail generation. Although there are many such examples on the net, they are usually not suitable for effective generating series of thumbnails (for ex. 240x240, 140x140, 80x80). This article provides php function thumbnail_generator and trivial image uploading script, which generates series of thumbnails.
(3 ratings)
Reviews0
PriceFree
Views2533
Creating a file based AD rotator script
In this tutorial I will show you how to create a simple AD rotator script without using database. The script can display both text and image ads and you can control the number of ads to be displayed at once.
(25 ratings)
Reviews1
PriceFree
Views3954
Using Regular Expressions with PHP
Regular expressions are a powerful tool for examining and modifying text. They enable you to search for patterns within a string, extracting matches flexibly and precisely. This tutorial gives a brief overview of basic regular expression syntax and then considers the functions that PHP provides for working with regular expressions.
(0 ratings)
Reviews0
PriceFree
Views908
Creating thumbnail - Resize an image with PHP
In this tutorial I will show you how to resize an image with PHP. You can use this function in your own image gallery implementation or in any other cases when you need to create a thumbnail from your image. Using a this image resize script gives you the possibility to create various images which are different in their size.
(9 ratings)
Reviews0
PriceFree
Views5216
Creating an object oriented MySQL abstraction class
In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how many query were executed during your PHP script.
(3 ratings)
Reviews0
PriceFree
Views2371
Simple HTML mailing list
This tutorial will show you how to make a double opt-in email list with activation. It will also show you how to delete emails and send emails to the list.
(0 ratings)
Reviews0
PriceFree
Views1740
5 useful PHP functions for MySQL data fetching
PHP usually comes with mysql extension mysql (mysql_... functions) which is rather low-level and requires writing too much code for a trivial tasks: error-checked execution of SQL queries, getting single row from SQL table, getting value from SQL table cell, etc. OOP mysqli extension isn't any better. In this article we present 5 useful functions which greatly simplify majority of real-life MySQL operations.
(3 ratings)
Reviews0
PriceFree
Views3142
Macronimous- Google Checkout Integration for PHP
Using Google checkout, buying from stores across the web becomes simple and also facilitates you to keep track of all the orders. This articles is about Google checkout and different types of integration methods in Google checkout using PHP.
(6 ratings)
Reviews0
PriceFree
Views1908
Creating a file based logging script
In this tutorial I will show you how you can create a small and simple PHP script to log your visitors activity into a file. You just need to add 1 line to each of your page to enable logging and the statistics will be collected in a html file so you don't have to setup any database for this task.
(3 ratings)
Reviews0
PriceFree
Views1706
How to get all META data of a website
In this tutorial I will show you how you can easy check META information of any website. It can be very useful in search engine optimization when you want to check your competitors settings.
(3 ratings)
Reviews0
PriceFree
Views1808
Creating a file upload system
In this tutorial I will show you how to create a simple file upload system with your user can upload a file from the local computer to your web server. As you will see it is not so complicated to implement this very useful script.
(6 ratings)
Reviews0
PriceFree
Views5892
Check your server status - a basic ping
In this tutorial I will show you how to check whether a domain, server is up or down and how fast it is. Generally speaking we will implement a ping command with PHP.
(9 ratings)
Reviews0
PriceFree
Views3753
Creating a simple guestbook
In this tutorial I will show you how to create a simple guest book where your visitors can leave messages which are stored in a MySQL database. It contains the basic functions and security settings.
(12 ratings)
Reviews0
PriceFree
Views4448
Results 281-300 of 648