Top Rated Scripts | PHP | Tutorials & Tips
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
Views1465
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
Views1456
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
Views1415
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
Views1256
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
Views1815
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
Views840
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
Views1553
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
Views1226
Opening files with PHP
posted bylooninFile Manipulation
A brief guide to opening and managing files using PHP's fopen() function.
Reviews0
PriceFree
Views1190
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
Views1646
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
Views2426
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
Views1036
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
Views956
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
Views1315
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
Views1925
Welcome to Cookies
posted bypaxgamersinCookies & Sessions
Cookies are just a basic aspect of PHP, but can be used in so many things. From logging in and out a user on your website to keeping the name of the skin they use on your website. Below I will explain how to set (add) a cookie, delete one and then display/check one. I will first show the PHP code and then explain it.
Reviews0
PriceFree
Views1471
FTP Upload via cURL
posted byolaf2inFile Manipulation
Uploading files to a remote FTP server is very effective while using the cURL library. This short PHP tutorial will show the user how to upload a file to a password protected FTP server.
Reviews0
PriceFree
Views2681
PHP Tutorial
posted byloopsnlogicinIntroduction to PHP
PHP is the most popular scripting language on the web. This PHP tutorial will teach you to create dynamic web pages. PHP is known as a server-sided language. The html of page does not make on your computer but you request it and it comes from the server after executing the code.
http://www.visualbuilder. com/php/tutorial/
Reviews0
PriceFree
Views1753
MySQL - Connecting PHP to Database
posted byheronginDatabase-Related
This article provides tutorial notes on connecting PHP scripts to MySQl servers. Topics include creating database connection objects; executing INSERT INTO, SELECT, and UPDATE statements from PHP scripts.
Reviews0
PriceFree
Views1241
Using PHP with MySQL
posted byMuruguninDatabase-Related
Quick and easy script on how to create a DB link and execute an sql statement
Reviews0
PriceFree
Views1604
