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 121-140 of 648
Macronimous - The need for PHP code refactoring
Refactoring is changing of complex and complicated programming codes into simple and confusion-less ones, thereby restructuring the complete set of codes into easily readable formats, without any change in the output or functionality.Refactoring does not include fixing of glitches or including of new functionalities or practices to the existing set of codes.
(0 ratings)
Reviews0
PriceFree
Views547
Macronimous - Writing clean, secure and easy to maintain PHP code
Any code when written in a clean, easy to understand and formatted way is readily accepted and acclaimed by one and all. It is essential that the codes we write should be able to be understood by all, because the same programmers need not necessarily work on the same set of codes always.
(0 ratings)
Reviews0
PriceFree
Views471
Use mod_rewrite to create subdomains like URLs
You might have noticed some sites having their URLs written as if they were different subdomains of the same domain. You can do this without creating the actual subdomains, using Apache mod_rewrite. Read this tutorial to learn how!
(0 ratings)
Reviews0
PriceFree
Views701
How To Raise a Number to the Power of Another in PHP
This tutorial explains how to raise a number to the power of another using PHP using the pow function, for example 3^5.
(0 ratings)
Reviews0
PriceFree
Views455
How To find roots of a number in PHP
A tutorial explaining how to find the mathematical roots of a number using PHP, for example square root, cube root, and higher roots.
(0 ratings)
Reviews0
PriceFree
Views570
Generate Images with Round Corners On-The-Fly Using PHP and GD Library
The code sample demonstrates the use of GD library to apply round corners on an image on-the-fly. It allows you to apply round corners of arbitrary size and color on a GIF, JPEG or PNG image. The source image is read on-demand and sent directly to the browser. This script can potentially eliminate the need of a graphics editing program to apply round corners on tons of images plus revising the images (e.g. when the color scheme or layout of the website changes) is not required.
(0 ratings)
Reviews0
PriceFree
Views1164
Watermark Your Images with Text Using PHP and GD Library
The article along with complete code sample demonstrates the use of PHP and GD library to watermark uploaded images on the fly. The method demonstrated here to watermark an uploaded image is to render a partially transparent line of text over the original image.
(0 ratings)
Reviews0
PriceFree
Views1195
Resize Images Using PHP and GD Library
The article along with complete code sample demonstrates the use of GD library to generate thumbnails. The script first saves the uploaded image in a specific location, it then generates a thumbnail version of the image and finally saves the generated thumbnail image in JPEG format. The article also includes explanation of the calculations involved and a few other tips.
(0 ratings)
Reviews0
PriceFree
Views1238
Working With Time Zones in PHP
This tutorial explains how to handle converting times to different time zones using the DateTime and DateTimeZone classes provided by PHP 5.2.0+. It will show how to collect the time zone in the Area/Location format and how to use it for converting to and from that zone. This is useful for online applications that will be used by users in many locations.
(0 ratings)
Reviews0
PriceFree
Views955
Creating a BBCode Parser
Have you ever wanted to implement BBCode, the special formatting codes used by forums, into your own PHP scripts? Well, it's actually pretty easy to accomplish using some simple regular expressions and the preg_replace PHP function. This mini-tutorial will show you how to create a function that you can use on any string to convert BBCode into its XHTML equivalent.
(0 ratings)
Reviews0
PriceFree
Views1111
PHP form inserts data into CSV file
A csv file is file that you can create easily with Microsoft Excel, here are the full and upgrade versions, also you can also get knowledge from this recommended book on excel for further knowledge that is beyond the scope of this tutorial.
(0 ratings)
Reviews0
PriceFree
Views1016
PHP form inserts data into CSV file
A csv file is file that you can create easily with Microsoft Excel, here are the full and upgrade versions, also you can also get knowledge from this recommended book on excel for further knowledge that is beyond the scope of this tutorial.
(0 ratings)
Reviews0
PriceFree
Views1517
Creating a TinyURL Clone
This tutorial will explain how to create a basic clone of the TinyURL service. If you've never heard of it, TinyURL allows you to turn long URLs into shorter links so they can be easily sent via email or other means. It might be fun to create your own personalized version that works just as well, and it's very easy to do. We'll go over the database structure, creating the required PHP script, and using mod_rewrite to make nicer URLs. Updated: Aug. 3, 2009
(0 ratings)
Reviews0
PriceFree
Views1347
Simple Active Users Counter
posted byJosebaBinCounters
The service includes two code pages: the first one allows to register the last visit of users to the website, and the second one allows data registration and showing number of active/online visitors in a period of time defined by the webmaster. No databases are used, and data is saved to files within a user defined folder. The activity of users is recorded to individual files (one empty file per users). The name of each file is the IP address of the users, and the last modification time of the file is used as reference for last visit of the user. When counting the number of active users, Filesystem Functions are used to check the files: old files are deleted and newer ones are accounted as active users.
(3 ratings)
Reviews0
PriceFree
Views1154
Create CMS Website
With this tutorial you create website with CMS Made Simple without deepening in programming. Step by step: from website idea and setup through website design to of additional tools, like News, Guestbook, Contact forms, Photo Gallery, User Management. Enjoy building websites that simple way.
(12 ratings)
Reviews0
PriceFree
Views2683
Asterisk Gateway Interface Scripting with PHP
Asterisk is the world's leading open-source PBX, telephony engine, and telephony applications toolkit with immense flexibility. This book helps you to create AGI applications with Asterisk easily using PHPAGI, a PHP class library.
(0 ratings)
Reviews0
PriceUSD 35.99
Views985
Harish Kumaresh
You'll learn how to embed and display third-party video within your content, using Embedded Media Field to automatically parse and display video from an editor's pasted URL from YouTube, Blip.TV, or other providers.
(0 ratings)
Reviews0
PriceUSD 35.99
Views691
Afsha Walele
The basic concept in ExpressionEngine is that of a template. Go to any ExpressionEngine powered website and you will undoubtedly be looking at a template. Templates are what the outside world sees. At its most basic, a template in ExpressionEngine is a HTML (or CSS or JavaScript) file. If we wanted to, we could use a template exactly like a HTML file, without any problems. We could create an entire website without ever using any other part of ExpressionEngine. At the end, you will have a completely working weblog, and a great understanding of how you can use HTML and CSS in templates.
(0 ratings)
Reviews0
PriceGBP 22.49
Views626
MySQL 5.1.31 Improved Client Extension for PHP 5.2.9-NTS Win32 (MySQLi)
*** For Windows 32-bit Non-Threadsafe PHP ONLY! *** Includes: PHP Version: 5.2.9-nts MySQL Improved Client API version : 5.1.31
(0 ratings)
Reviews0
PriceFree
Views913
MySQL 5.1.31 Improved Extension for PHP 5.2.9 Win32 (MySQLi)
For Windows 32-bit Threadsafe PHP ONLY! Includes: PHP Version: 5.2.9 MySQL Improved Client API version : 5.1.31
(0 ratings)
Reviews0
PriceFree
Views805
Results 121-140 of 648