|
^ An Image Verification Tutorial by Darryl Porter Language: PHP
Ever logged onto Yahoo! or here on Planet Source Code and have run across the verification image containing numbers and leters that you must plug into a form for verification? Learn to do it.
|
Page Load Time by Steve Gricci Language: PHP
This small script will let you output how much time (in seconds) it took for the page to expell. i.e. 0.501 seconds
|
PHP 101 by Josh Sherman Language: PHP
Get your feet wet with one of the hottest web languages around, PHP!
|
Basics of PHP by John Croucher Language: PHP
This tutorial provides any beginner with the basic skills required to start programming in PHP.
|
Thumbnails in PHP by Michael Bailey Language: PHP
Learn how to use the PHP GD extension to create thumbnails from your normal images on the fly.
|
Using $HTTP_POST_VARS and $HTTP_GET_VARS by Charles Chadwick Language: PHP
This describes how to use while(), list() and each() in conjunction with the predefined PHP variables $HTTP_POST_VARS and $HTTP_GET_VARS to read information passed to a page without knowing the variable names, or how many variables were passed.
|
^ A time Saver Script by Darryl Porter Language: PHP
In the latest version of PHP, you must use GET and POST arrays to pass variables--That's not bad--you just write $foo=$_GET["foo']; and you use $foo--But say you have 80 variable to declare--then it gets time consuming. This will cut the time to nothing.
|
PHP And Database Integration With MySQL by Chetankumar Digambarrao Akarte Language: PHP
One of the defining features of PHP is the versatility it offers for connection to, and manipulation with, databases. In this article, we look at some features of the PHP and MySQL combination. We shall go through the following steps:-
• Connect to MySQL Database Server
• Create new Database
• Select MySQL Database
• Add data to table
• Retrieve data
• Error Handling
|
Classes in PHP by Dustin R Davis Language: PHP
This tutorial will walk you step by step on how to create and manage classes in PHP.
|
|
Printable Document Generation With PHP by Chetankumar Digambarrao Akarte Language: PHP
This article focuses on the document that can be generated using PHP namely Rich Text Format (RTF). Rich Text Format (RTF) is a file type used to transfer formatted text documents between applications, even those that run on different platforms, such as IBM and Macintosh. RTF is a file format that many word processing programs understand; it is often used when a document is created in one word processing program but is expected to be edited in another word processing program.
for mo ... (see entry for full description)
|
PHP, Files, and MySQL Databases by Brian Moraca Language: PHP
This article is for people who are interested in how PHP deals with uploaded files and databases. It walks through the steps of creating a database-driven picture repository, and includes the code to set you on the correct track. It starts out with how PHP deals with forms, then progresses to files, it deals with PHP's interaction with MySQL, and finally ends putting it all together to build a simple picture repository. The tutorial is 11 pages and is in PDF format.
|
Painless Form submission and Database Insertions by AlexHogan Language: PHP
How would you like to process a form and insert its data into a database with only a couple of lines of code?
With this tutorial I will show you how to process forms and insert data into databases with the least effort.
|
Learn XML-RPC (Web Service) by Philip Birk-Jensen Language: PHP
This article will guide your through creating an XML-RPC server and a client (step-by-step). And it will give you a little background theory as well.
|
Bandwidth control with PHP by sabeen malik Language: PHP
Its a pointer to someone looking for a bandwidth control mechanism via pure PHP implementation
|
Introduction to PHP Security by Jason Stack Language: PHP
This article will give you a brief overview over flaws you as a coder can create using PHP, and of course how to fix them.
|
|
Creating ZIP Files on the Spot by Christian Mallette Language: PHP
This interesting article found on Zend.com will explain to you how to create ZIP files on the fly using PHP.
|
_Send E-mail_ by BelgiumBoy_007 Language: PHP
This is a very simple script that will send an e-mail using the standard mail () function. Designed for beginners. I was going to upload it but it didn't work so here's the code.
|
Access your Outlook Application using PHP v2.1 by Bogomil Shopov Language: PHP
I have always been surprised from what PHP can do.Using COM objects shows new and best ways for PHP development. The folowing code, which is designed like Step by Step wizard, shows the access to Inbox and Outbox folders in your MS Outlook application.
The .zip file contains .html file with pictures (screenshots)and .rtf copy of the article.
|
PHP Ping by Philip Birk-Jensen Language: PHP
Learn how to send a valid ping to another network device (with a correct ICMP checksum).
|
PHP Multiple Mysql Connections by OpcodeVoid Language: PHP
PHP Multiple Mysql Connections, has many issues, and you need to address them. This article shows you how to handle these multiple connections, and explains persistent connections
|
Windows NT / 2K Source code by Dreaming Developers Language: PHP
Download Win 2k / Windows 3.1 Source code from
http://sijosoft.europe.webmatrixhosting.net
or
http://www.sijo.8k.com
visit http://groups.msn.com/sijosoft
for the discussions and other detailes..
Available components :
DEFRAF.EXE, CHKDSK.EXE, FORMAT.EXE, XCHKDLL.EXE, DISKMON.EXE, REGMON.EXE
I am still updating with more modules..
Try to share this news with friends / others as immediatly as possible.
Because microsoft warned not to spread this (on web) or with others.
So may be I hav ... (see entry for full description)
|
Ban by IP by Zahiu Rares Language: PHP
Here is a script who is verify the IP of visitor if exists in a MySQL Database, if exists then the visitor is redirected to a page, if not exists then continue viewing page. Please vote and comment!!!
|
ASCII to BINARY and visa-versa by Ryan Cheeseman Language: PHP
This really does not have much a purpose other then to amuse my self and anyone else thats intrested, its 2 functionsto convert ascii text to binary and binary back to ascii, have you ever seen this page http://nickciske.com/tools/binary.php? its been featured on The Screen Savers, and after i saw it i always wondered how it was done, well this is how. It's nothing too special but leave your comments and please vote, i'd like to know what everyone thinks, thanks
|
User Login Tutorials by lewis dobson Language: PHP
So you're ready to make your site a community and want to have a username and password entry for users? Well, this tutorial will show you how to easily make a script for users to create a username and password. The second part of the tutorial will show you how to have them log in the next time they come. You can see all these files for what I created and tested at: signup.txt, make.txt, login.txt, getin.txt. Let's get started.
|
Ready Dating Site by PIlot Group Language: PHP
I'd like to propose you Ready Dating Site Solution. Design can be easily customized. Included: chat, forum, galleries, different modes of membership and many other options. Online demonstration. 24 sites are already based on this solution.
|
|