Most Popular Scripts | PHP | Tutorials & Tips
Tutorial: Create a zip file from folders on the fly
posted byolaf2inFile Manipulation
Creating zip files on a web server is a feature which could be very useful for backups or just for offering an unknown number of dynamic files or folder inside of a directory. This tutorial shows us how handle that with only a few rows of PHP code!
Reviews0
PriceFree
Views1770
How to Spam-Proofing Your Website
posted bymyhouseinfoinSecurity
Spam-Proofing Your Website
Anyone who operates their own website knows that you need to provide forms in your site for visitors to contact you. The big challenge is providing easy form access to your visitors, without letting SPAM flood your email inbox or database. The techniques described in this article tell you how to reduce the amount of SPAM.
Reviews0
PriceFree
Views1298
How to create a link checker
posted byphptoys2inWeb Fetching
In this tutorial I will show you how to create your own basic link validate script to check link availability on any site.
Reviews0
PriceFree
Views1186
PHP include();, A very nifty tutorial
posted byryansdistrictinMiscellaneous
Even if you don't know any php this trick is easy to use and will save you a lot of time when updating the layout of you site. You will learn by this a nice way to use include(); in your site to keep ur site always uptoday in a easy way for you and your visiters
Reviews0
PriceFree
Views809
Writing Libraries in PHP New
posted byryansdistrictinMiscellaneous
This tutorial is intended for PHP programmers who are interested in writing reusable code. Experience with PHP4 and familiarity with writing classes are assumed. The article is primarily geared toward programmers who are new to writing code libraries, but experienced programmers may find the article informative as well.
Introduction
Reviews0
PriceFree
Views905
Developing rock-solid code in PHP
posted byryansdistrictinSecurity
This tutorial is intended for both amateur and professional PHP programmers who want to design and write quality functions. To complete this tutorial, you must have a basic level of working knowledge with PHP, and know how to define functions.This will help u strengthen your codes
Reviews0
PriceFree
Views2231
PHP loops
posted byphpf1inIntroduction to PHP
In this tutorial I will show you all loops in PHP and their usage with code examples.
Reviews0
PriceFree
Views1489
Opening files with PHP
posted bylooninFile Manipulation
A brief guide to opening and managing files using PHP's fopen() function.
Reviews0
PriceFree
Views1065
Error Checking In Forms
posted bylooninForm Processing
A simple introduction to checking for valid inputs from a user submitted form, such as checking for blank fields or checking if two feilds match each other.
Reviews0
PriceFree
Views1357
If And Else Statements
posted bylooninIntroduction to PHP
Understanding the basics of IF and ELSE statements to perform tasks or display content based on certain conditions.
Reviews0
PriceFree
Views727
PHPreg.com - Ultimate PHP Source For Help
posted byphpreginDevelopment
PHPreg.com is a regularly updated resource for tutorials, articles and help on PHP and Databases like Mysql. If you are new to PHP or looking to gain new knowledge and development, PHPreg.com can be a useful guide for you. Easy to understand tutorials and new articles are the specialty. You will also get benefited with technical support forum to resolve your queries. Number of free downloadable scripts and eBook on PHP are also available. By downloading paid scripts with resell rights, you can start your own script selling business.
Reviews0
PriceFree
Views1126
Gd / FreeType text label generator
posted byAnshargalinImage Manipulation
Provided script could be used as "text rasterization service" to generate arbitrarily text-images for a web site. MD5-based authorization is used to avoid image generation by unauthorized users.
Reviews0
PriceFree
Views1655
How to Configure and Make PHP on FreeBSD
posted byhumbadsinInstalling PHP
These notes describe how to compile a custom-built version of PHP 5 from the source, and replace the stock build on a FreeBSD server from Verio VPS. We install useful extensions that can not be loaded as extensions and must be compiled in, specifically tidy and zip. This Apache 2 shared module and CLI versions of PHP are built, but not the CGI version.
Reviews0
PriceFree
Views1046
Apache with PHP & MYSQL on Windows
posted bytutorializerinInstalling PHP
Learn how to install Apache server with PHP and MYSQL database on Microsoft Windows. This tutorial will explain step by step how to install and configure apache server on a Windows machine with complete links for packages.
Very complete tutorial with fully installation explications.
Reviews0
PriceFree
Views1254
Posting Data throught a Socket
posted bylinkstrafficinNetworking
This example opens up a socket connection using the fsockopen function and post some data which are encoded. It retrieves the resulting page including the headers.
There is an online demo.
Reviews0
PriceFree
Views1326
PHP measuring page load time
posted bytutorializerinMiscellaneous
In this tutorial you will learn from a simple code how to generate the page loading time using pure PHP programing.
The idea is simple, this script generates a number that counts in seconds the page loading time.
It’s a very simple script and is accurate to 0.000000000000001 seconds.
Reviews0
PriceFree
Views1320
Using function mail() in windows xp part 2
posted byalamsterinEmail Systems
Steps to add user, adding domain and make test email from web based interface and try to send email from php script. No need internet connection to test mail() function. Video provided for illustration.
Reviews0
PriceFree
Views1140
Examples of the preg_match function
posted bylinkstrafficinMiscellaneous
The preg_match function of Php is often used and the online script here includes few examples which can be implemented in any code.
There is an online demo.
The code will be updated regularly.
- just added a preg_match_all example
Reviews0
PriceFree
Views2222
Top referring domains list
posted bywebmasterinMiscellaneous
Learn how to get the referring domain from a URL and how to set up a simple application to display the top referring domains to your website.
Reviews0
PriceFree
Views1445
Paginating large paragraphs or text entries
posted bywebmasterinSite Navigation
Learn how to split large stories into pages each contain X sentences each.
Reviews0
PriceFree
Views1940