Most Popular Scripts | PHP | Tutorials & Tips
Watermark Your Images with Text Using PHP and GD Library
posted byschwarzennegerinImage Manipulation
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.
Reviews0
PriceFree
Views1386
Resize Images Using PHP and GD Library
posted byschwarzennegerinImage Manipulation
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.
Reviews0
PriceFree
Views1458
Working With Time Zones in PHP
posted byStevoTVRinDate & Time
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.
Reviews0
PriceFree
Views1178
Creating a BBCode Parser
posted byStevoTVRinMiscellaneous
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.
Reviews0
PriceFree
Views1367
PHP form inserts data into CSV file
posted byAlpho011inForm Processing
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.
Reviews0
PriceFree
Views1153
PHP form inserts data into CSV file
posted byAlpho011inForm Processing
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.
Reviews0
PriceFree
Views1700
Creating a TinyURL Clone
posted byStevoTVRinRedirection
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
Reviews0
PriceFree
Views1568
Asterisk Gateway Interface Scripting with PHP
posted byRadha1587inInstalling 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.
Reviews0
PriceUSD 35.99
Views1212
Harish Kumaresh
posted byHarish KumareshinContent Management
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.
Reviews0
PriceUSD 35.99
Views818
Afsha Walele
posted byafshawinContent Management
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.
Reviews0
PriceGBP 22.49
Views864
MySQL 5.1.31 Improved Client Extension for PHP 5.2.9-NTS Win32 (MySQLi)
posted byrmccnyinInstalling PHP
*** For Windows 32-bit Non-Threadsafe PHP ONLY! ***
Includes:
PHP Version: 5.2.9-nts
MySQL Improved Client API version : 5.1.31
Reviews0
PriceFree
Views1190
MySQL 5.1.31 Improved Extension for PHP 5.2.9 Win32 (MySQLi)
posted byrmccnyinInstalling PHP
For Windows 32-bit Threadsafe PHP ONLY!
Includes:
PHP Version: 5.2.9
MySQL Improved Client API version : 5.1.31
Reviews0
PriceFree
Views947
MySQL 5.1.31 Client Extension for PHP 5.2.9-NTS Win32
posted byrmccnyinInstalling PHP
*** For Windows 32-bit Non-Threadsafe PHP ONLY! ***
Includes:
PHP Version: 5.2.9-nts
MySQL Client API version : 5.1.31
Reviews0
PriceFree
Views1176
MySQL 5.1.31 Client Extension for PHP 5.2.9 Win32
posted byrmccnyinInstalling PHP
For Windows 32-bit Threadsafe PHP ONLY!
Includes:
PHP Version: 5.2.9
MySQL Client API version : 5.1.31
Reviews0
PriceFree
Views1035
MySQL 5.1.31 Improved Client Extension for PHP 5.2.8-NTS Win32 (MySQLi)
posted byrmccnyinInstalling PHP
*** For Windows 32-bit Non-Threadsafe PHP ONLY! ***
Includes:
PHP Version: 5.2.8-nts
MySQL Improved Client API version : 5.1.31
Reviews0
PriceFree
Views713
MySQL 5.1.31 Improved Extension for PHP 5.2.8 Win32 (MySQLi)
posted byrmccnyinInstalling PHP
For Windows 32-bit Threadsafe PHP ONLY!
Includes:
PHP Version: 5.2.8
MySQL Improved Client API version : 5.1.31
Reviews0
PriceFree
Views1148
MySQL 5.1.31 Client Extension for PHP 5.2.8-NTS Win32
posted byrmccnyinInstalling PHP
*** For Windows 32-bit Non-Threadsafe PHP ONLY! ***
Includes:
PHP Version: 5.2.8-nts
MySQL Client API version : 5.1.31
Reviews0
PriceFree
Views664
MySQL 5.1.31 Client Extension for PHP 5.2.8 Win32
posted byrmccnyinInstalling PHP
For Windows 32-bit Threadsafe PHP ONLY!
Includes:
PHP Version: 5.2.8
MySQL Client API version : 5.1.31
Reviews0
PriceFree
Views1210
Count files in a folder with php
posted byzwixyinMiscellaneous
If you need to count files in a folder using PHP then this little piece of php is just for you. Easy to add and change.
Reviews0
PriceFree
Views1266
PHP function for Basic Image Gallery
posted byvickofpakinMiscellaneous
This PHP function is a very basic one, yet useful for a single page image gallery within a small website. It reads all the images from given folder and creates a simple looking gallery with given sized thumbnails.
Reviews0
PriceFree
Views981