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

Top Rated Scripts | PHP | Tutorials & Tips

Results 61-80 of 648
PHP vs CGI
Take this crash course on PHP, and see how it could be a smart alternative to using CGI to add interactivity to your site.
(3 ratings)
Reviews0
PriceFree
Views7861
ODBC Socket Server
This article describes how to make Access and PHP work together using the ODBCSocketServer, an open source socket server, available at http://odbc.linuxave.net/. This tutorial will take you through configuring your machines and using the socket server.
(3 ratings)
Reviews0
PriceFree
Views2001
Create an LDAP Address Book
posted bydaninMiscellaneous
This article will attempt to demonstrate how to connect to an LDAP server using PHP. Specifically, the example given will connect to a public LDAP server and perform searches. This example closely mimics the way Netscape� Communicator 4.* uses its address book to connect to LDAP resources.
(3 ratings)
Reviews0
PriceFree
Views6182
Random image
This is a tutorial that will show you how to create the simplest banner rotate system. The images are stored in a folder and are randomly displayed.
(3 ratings)
Reviews0
PriceFree
Views3093
PHP Script Tips - Uploading Files to Web Servers
A collection of 12 tips on uploading files with PHP pages. Clear explanations and tutorial exercises are provided on creating file upload HTML tags, setting encoding type on HTML forms, getting uploaded file information, storing uploaded file in database.
(3 ratings)
Reviews0
PriceFree
Views2283
Migration of Access data to MySQL
In this tutorial you will learn how to migrate "Access data to MySQL". It is very important for ASP TO PHP Comers. Enjoy It!
(3 ratings)
Reviews0
PriceFree
Views1106
5 useful PHP functions for MySQL data fetching
PHP usually comes with mysql extension mysql (mysql_... functions) which is rather low-level and requires writing too much code for a trivial tasks: error-checked execution of SQL queries, getting single row from SQL table, getting value from SQL table cell, etc. OOP mysqli extension isn't any better. In this article we present 5 useful functions which greatly simplify majority of real-life MySQL operations.
(3 ratings)
Reviews0
PriceFree
Views2942
Reading & Updating Content of a file
This script shows an example of a counter being incremented every time the page is loaded. This is achieved by reading a file line by line using the fgets function and exctracting the 2 fields (one for the date one for the counter). The file is then being updated. There is a live example.
(3 ratings)
Reviews0
PriceFree
Views1791
Apache PHP Tutorials - Installing and Running Apache Server and PHP Script
A collection of 14 tutorials on Apache and PHP installation and configuration covering: How to download and install Apache 2.x and PHP 5; How to start Apache server; How to publish HTML documents; How to set PATH variable for PHP; How to create php.ini; How to configure Apache to use PHP as CGI; etc.
(3 ratings)
Reviews0
PriceFree
Views708
Directory Listings, list files and subfolder using php
This is the simple example to list contents of any Directory. To do this we are going to define function DirDisply( ) which will read the current directory contents and display it as a list. We first open current directory by $TrackDir=opendir("."); The opendir function returns a directory handle resource on success, or FALSE on failure. Syntax is: opendir ( string path [, resource context] ) Where: Path - The directory path that is to be opened Context - For a description of the context parameter, refer to the streams section of the php manual.
(3 ratings)
Reviews0
PriceFree
Views3305
PHP Form image verification
posted byreconninSecurity
When you build a form in your web page, you are susceptible to being spamed by automated systems. In order to make sure that the one who completes the form is human, you can use the system with image verification.
(37 ratings)
Reviews1
PriceFree
Views11883
Introduction to PHP
Basic guide to help experience HTML webmaster getting started with PHP. It defines PHP, contrast it agains HTML, and provided a few simple examples. The tutorial also briefly cover how to set up Apache and PHP on your own server.
(15 ratings)
Reviews0
PriceFree
Views7096
Creating a domain checker
In this tutorial I will show you how to create a PHP script to check whether the actual domain name is available or not.
(9 ratings)
Reviews0
PriceFree
Views2776
Add authentication to your PHP pages the easy way
This will enable you to add a login prompt that authenticates a user before he can see a page. No need to modify your code or pages. Simply download a file, and add a single line at the top of the page you want to add a login to. Any feedback is appreciated.
(15 ratings)
Reviews0
PriceFree
Views4426
PHP MySQL Tutorial
This is a PHP and MySQL tutorial. With code examples like uploading files to database, creating guestbook, contact form, Content Management System (CMS), User Authentication etc.
(19 ratings)
Reviews1
PriceFree
Views7075
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
Installing Apache with PHP,MySQL on Windows 9x/2000/XP
Nice and Clean Tutorial to install Apache, PHP, MySQL on Windows Computers in 8 Steps. After installing every component, a test is made to check if you properly installed the component. Download links are given of all Apache, PHP and MySQL. In the end is a script to test MySQL installation with PHP and MySQL.
(9 ratings)
Reviews0
PriceFree
Views2119
Coding With Style
An article from a series of articles that I'm writing. This one is about the importance of proper coding style.
(7 ratings)
Reviews1
PriceFree
Views850
An easy introduction to PHP
An easy tutorial to learn the fundamental basics of PHP. The tutorial starts with a little history about PHP and how to install your home server. After that it quickly moves on to PHP syntax, variables, loops, if-statement, arrays and much more. It contains many examples to give aid during learning.
(6 ratings)
Reviews0
PriceFree
Views1443
Simple and secure mail function based on php mail()
Contains useful arguments (from, to, subject, text) and protection from malformed headers. Also, there is a simple mail form example.
(6 ratings)
Reviews0
PriceFree
Views2956
Results 61-80 of 648