Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Most Popular Scripts | PHP | Tutorials & Tips

Results 41-60 of 648
Building dynamic WML sites
posted byandresinWAP & WML
This tutorial by PHPBuilder will show you how to build PHP/WML pages to access a MySQL database which contains professors' receiving hours and exams timetables for a University.
(15 ratings)
Reviews0
PriceFree
Views6121
Maintaining state with PHP4 sessions
HTTP as a protocol is stateless, which doesn't make it easy for a developer. For example, your web server sends out a page to someone ordering from an online shop, and then forgets all about it. A few seconds later, the same person sends another request, ordering another item. As far as the web server is concerned, it could be an entirely different person. So to make sure the right orders are associated with the right person, a developer has to employ some sneaky tricks. Before PHP4, you could have used something like PHPLIB for session management. But PHP4 comes with a complete set of sessioning functions. This article explains how to use them.
(15 ratings)
Reviews0
PriceFree
Views7563
PHP Auto Redirection
Learn how to make auto redirection with PHP. There is nothing much to learn, just a little code.
(15 ratings)
Reviews0
PriceFree
Views8495
Creating dynamic dropdown lists in mySQL
This tutorial describes how to build a basic admin interface to allow you to add and delete users from the browser instead of having to Telnet into the mySQL monitor and do it manually. Main function dealt here is to create a dynamic drop down list populated with usernames in the MySQL database.
(15 ratings)
Reviews0
PriceFree
Views9528
Start Using MySQL
A Brief introduction in how to use MySQL, Great tutorial for beginners.
(15 ratings)
Reviews0
PriceFree
Views4933
How to make your own PHP template script
There are many different ways to create a template system in PHP. This tutorial will hopefully show you the basic understanding of this type of method.
(15 ratings)
Reviews0
PriceFree
Views9990
A Rating System
This short tutorial will guide you through a hypothetical process of adding a movie rating system to a movie database site. Goes over the PHP code and MySQL queries.
(15 ratings)
Reviews0
PriceFree
Views22654
Image rotation with PHP
This article describes how you can rotate images in PHP. We deal with two examples, firstly rotating by 45 degrees and then by 90, going in to some depth to ensure you understand how the code is working. You might find this useful if you are, for example, building an online photo gallery and you want to rotate your pictures within PHP rather than having to rotate them on your computer. This is a powerful feature to have.
(15 ratings)
Reviews0
PriceFree
Views4947
PHP OOP factory pattern login system
Tutorial on how to build a login system with PHP factory pattern including source codes and explanation
(15 ratings)
Reviews0
PriceFree
Views1376
PHP Create Image Thumbnail
In this tutorial you will learn how to generate thumbnails from form uploaded images using GD php image library. The image ratio is maintained, so the thumbnail images will not be deformed. An image verification is performed before uploading and the image size is verified.
(13 ratings)
Reviews1
PriceFree
Views3949
Comment Form / Post Feedback Tutorial
Feedback is very valuable to not only the web designers, but to other visitors as well. This tutorial shows you how to create a script that will display comments from users, and allow users to post their own comments. The script is very secure because it converts HTML and Javascript to text. It allows the use of BBCode for user designated formatting. The script is written in PHP, and uses a MySQL table to store all the information. Can be used on an unlimited number of pages. Looks great, but styling can be changed by editing the css in the script. Easy setup.
(12 ratings)
Reviews0
PriceFree
Views9070
Random MySQL result-set
This sample script produces a result set of random rows from a table. It does so by populating one of the columns with a random number, and then doing a select statement that uses it to sort the results.
(12 ratings)
Reviews0
PriceFree
Views2870
Email
This is an illustration of how to send email through PHP. I did not create a function because I feel mail() is already a wrapper all by itself. I left the first parameter empty because I feel that the "to row" is not any more important than any other row in the header string.
(12 ratings)
Reviews0
PriceFree
Views3709
Download files with cURL
A snippet that helps you download files from the web, with the use of the well known cURL library for php
(12 ratings)
Reviews0
PriceFree
Views2631
Creating a simple guestbook
In this tutorial I will show you how to create a simple guest book where your visitors can leave messages which are stored in a MySQL database. It contains the basic functions and security settings.
(12 ratings)
Reviews0
PriceFree
Views4287
How to create a basic news system
In this tutorial I will show you how to create a basic file based news system with integrated WYSIWYG editor.
(12 ratings)
Reviews0
PriceFree
Views4192
ftp clients
My experience with ftp clients. It focuses on using IE as an ftp client.
(12 ratings)
Reviews0
PriceFree
Views3355
PHP File Upload
This tutorial will allow you to have a basic file upload interface with a PHP backend. This tutorial is only for educational purposes and the final PHP file upload script is not robust nor secure enough for a commercial solution.
(12 ratings)
Reviews0
PriceFree
Views6673
Creating an Image Gallery
the goal of this tutorial is to give the reader an idea of how to construct a basic/dynamic image gallery from start to finish, not to imply that this is the only way, or even the best way to build a gallery; just a simple approach without all the bells and whistles. at the time of writing, this tutorial assumes a version of PHP >= 4.3 and GD 2.
(12 ratings)
Reviews0
PriceFree
Views11066
PHP Calendar of Events
posted bysan0211inCalendars
This script creates a PHP calendar of events that uses an overlib effect to indicate new events--Javascript must be enabled. The script main class myEventsCalendar.php allows you to add multiple events for each day in a year by calling a simple addEvent method. The calendar then shows a preview of the event in an overlib effect as well as a detail page for further information. For this calendar you are going to need a file to test the main class, and also include the required js. Finally, further modifications to the script are possible once you learn how to use the main class, e.g. adding features, integrating the script to a MySql database etc..
(12 ratings)
Reviews0
PriceUSD 10.00
Views6046
Results 41-60 of 648