Top Rated Scripts | PHP | Tutorials & Tips
Basic PHP File Handling
posted bypaxgamersinFile Manipulation
We've mostly focused on MySQL-type tutorials, but we'll show you in this tutorial the basics of file handling. This includes opening a directory and listing the files, opening a file and showing it's contents and opening, then modifying a file. Deleting a file too!
Reviews0
PriceFree
Views1755
Installing PHP 3.x.x for IIS 4.x on Windows NT
posted bynathaninInstalling PHP
This article explains how to install PHP 3.x.x for IIS 4.x on Windows NT. These instructions assume that you have a standard IIS 4 installation on Windows NT.
Reviews0
PriceFree
Views2345
File to display paging
posted bychirag6451inSite Navigation
This shows you how can display paging like google in your reports and also shows how you can use serach,sorting etc with your reports and data very easily.
You can find a zip file in download section to display paging on your reports etc.
The paging file lib/paging.php is very useful file for displaying paging option on reports or on large number of data records.
With this file you can display customized number of records on each page and number of paging per page.
This file creates all the links for you, with paging option, with Next, Prev links. This file also creates the Link for FirstPage and Last Page Like
[First Page] Prev < | 6 | 7 | 8 | 9 | 10 | > Next [Last Page]
With this file you can easily provide easy search option, Sorting option and also you can provide an option to your user to select number of records they with to view on page. With this script you can even learn PHP !!
There is sample script with this which shows all the use of this file. Works only with MYSQL at this stage
Reviews0
PriceFree
Views11029
Image based hit counter in PHP to keep track of visitor.
posted bychetu_akarteinCounters
Here we are going to design simple image based hit counter to keep track of visitor. We are going to keep record in a text file so we do need any kind of database. We are going to keep whole record in counter.txt file. In the same directory where you putting the PHP file for this counter, create a file 'counter.txt' and CHMOD it to 0777. Initially put 0 in it and save the file. As this counter is image based we are putting our Image in "imgs" folder.
Reviews1
PriceFree
Views1987
simple redirection
posted byidban secandriinRedirection
For designer who use many html files for his/her site to specific browser, this is just a sample you can customise by yourself.
Reviews0
PriceFree
Views11109
Session Management with PHP4
posted byorigoinUser Authentication
One of the new great features with PHP4 is the session management feature. It allows you to store variables in a session 'object' during a user visit. This article discusses what a session and a session variable are, and what it can do.
Reviews0
PriceFree
Views10253
Hightlight or Censor words in PHP
posted bymicrocybinMiscellaneous
This tutorial will show you how to load a flat file and parse text to highlight or even censor out a word in PHP.
Reviews0
PriceFree
Views2094
How to add dynamically generated Graphs and Charts
posted bypatrickinMiscellaneous
Not so very long ago adding a graph or chart to a web page or application required a fair amount of programming knowledge and was rather time consuming for even the most experienced. However with the tools available today it is possible for almost anyone to add graphs and charts to web pages. With just a little bit of HTML, dynamically generated graphs and charts can be added to web pages and/or applications.
Reviews0
PriceFree
Views3206
PHP Script Tips - PHP Built-in Functions for Arrays
posted bykarl_viinDevelopment
A collection of 19 tips on PHP functions on arrays. Clear answers are provided with tutorial exercises on searching keys and values, sorting arrays, merging two arrays, looping on array elements, expanding and truncating arrays. Special topics are:
How Do You If a Key Is Defined in an Array?
How To Sort an Array by Values?
How To Join a List of Keys with a List of Values into an Array?
How To Merge Values of Two Arrays into a Single Array?
How To Use an Array as a Queue?
How To Pad an Array with the Same Value Multiple Times?
Reviews0
PriceFree
Views1754
4MemberOnly Template - build a web site with member only area in ONE hour
posted bymyhouseinfoinUser Authentication
* 4MemberOnly Template is designed for those who wishes create a web site with the member area quickly and with the least efforts and expenses and to provide access to it through a login.
* 4MemberOnly uses HTML, CSS, PHP and MySQL.
* 4MemberOnly can integrate with any existing php/mysql websiet easily.
Reviews0
PriceUSD 59.00
Views2732
Regular Expressions And Forms
posted bylooninError Handling
Some basic examples of using regular expressions to validate user submitted form fields.
Reviews0
PriceFree
Views1086
Web Dev Power
posted bypoemiusinDevelopment
with tons of of tips on various topics related to php web development, web dev power has tons of tips on subjects such as php, drupal, linux and seo
Reviews0
PriceFree
Views703
Create CMS Website
posted byhauschildtinContent Management
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.
Reviews0
PriceFree
Views2965
PHP Remove Non-Alphanumeric Characters
posted bynewsourceinContent Management
Need help removing un-wanted characters from your php text form strings. Here's how to strip a string of all symbols and Non-Alphanumeric characters from your forms or database with ereg_replace.
Reviews0
PriceFree
Views3162
Using cron with PHP
posted bystreetyinMiscellaneous
Scheduling events to run at certain times can be a useful feature. You may want to backup your database or update a set of files you have cached on your server or perform any number of other resource intensive tasks. You can manually visit the page and this works fine if you have a good memory, it isn't time critical and it doesn't need to be run several times a day.
If you and your task don't fit into all those categories (and even if you do but have better things to do with your time) a better alternative will be to run your script using cron.
In this article I list the options for scheduling a task to run periodically and I go into detail on running a script with cron.
Reviews0
PriceFree
Views1805
Add text to an existing image with PHP
posted bytiposaurusinImage Manipulation
This tutorial describes how to write text on to an existing PNG image using image functions in PHP by using a simple example.
Each step is clearly described to make it easy to follow.
Reviews0
PriceFree
Views1310
Yelp Website Source Code/ Clone Script
posted byOliviaavainDevelopment
This unique tutorial is the first of its kind ! It is a step by step tutorial for creating a hot & happening site like YELP. Executing the steps inside will instantly make you a PRO PHP - LARAVEL developer.
Reviews0
PriceUSD 49.00
Views1003
Sending emails in PHP
posted byMajd-GFXinEmail Systems
This is an introductory tutorial to teach you how to send emails via PHP. It is quick and easy and aimed for beginners.
Reviews0
PriceFree
Views1573
The Difference Between require() and include()
posted bymoosehinMiscellaneous
Did you know that require() and include() work differently? Both are used for including code in another file into your program, but there is a crucial difference in how they operate when that file cannot be read which any PHP programmer needs to know about. There's also a slight difference with require() between new and older versions of PHP which this tutorial discusses too.
Reviews0
PriceFree
Views2291
Getting stock quote
posted byphptoys2inWeb Fetching
In this tutorial I will show you how you can get any stock quotes from yahoo and display it on your own site.
Reviews0
PriceFree
Views2314
