software script directory
   Advanced Search



folder Affiliate Programs (0)

folder Application Suites (0)

folder Auctions (0)

folder Audio Systems (0)

folder Blog (0)

folder Bookmark Management (0)

folder Calculators (0)

folder Calendars (0)

folder Chat Scripts (0)

folder Classified Ads (0)

folder Click Tracking (0)

folder Clocks (0)

folder Communication Tools (0)

folder Content Management (15)

folder Contests and Awards (0)

folder Countdowns (0)

folder Counters (10)

folder Customer Support (0)

folder Database Tools (0)

folder Discussion Boards (3)

folder E-Commerce (4)

folder Education (0)

folder Email Systems (5)

folder Error Handling (3)

folder Exchanges (0)

folder FAQ and Knowledgebase (0)

folder File Manipulation (10)

folder Financial Tools (0)

folder Form Processors (0)

folder Games and Entertainment (0)

folder Groupware Tools (0)

folder Guestbooks (4)

folder Healthcare (0)

folder Image Galleries (0)

folder Image Manipulation (8)

folder Interactive Stories (0)

folder Link Checking (0)

folder Link Indexing (0)

folder Mailing List Managers (0)

folder MetaTag Generator (0)

folder Miscellaneous (32)

folder Multi-Level Marketing (0)

folder Music Libraries (0)

folder Networking Tools (0)

folder News Publishing (2)

folder Open Directory Project (0)

folder Organizers (0)

folder Password Protection (0)

folder Polls and Voting (0)

folder Portal Systems (0)

folder Postcards (0)

folder Quote Display (0)

folder Randomizing (5)

folder Redirection (4)

folder Reviews and Ratings (0)

folder Search Engines (0)

folder Searching (5)

folder Security Systems (0)

folder Server Management (0)

folder Site Mapping (0)

folder Site Navigation (7)

folder Site Recommendation (0)

folder Software Repository (0)

folder Tests and Quizzes (0)

folder Top Sites (0)

folder URL Submitters (0)

folder Usenet Gateway (0)

folder User Management (0)

folder Vertical Markets (0)

folder Virtual Communities (0)

folder WAP and WML (0)

folder Web Fetching (1)

folder Web Hosting Tools (0)

folder Web Rings (0)

folder Web Traffic Analysis (3)

folder XML and PHP (5)

 
Are You Being Served? An Introduction to PHP - Added 05/01/07 Rate | Report | E-mail | Bookmark | Add to List | Details | Comments (0)

Trying to decide which server-side script is best for you? Get the scoop on PHP from the master herself, Julie Meloni in this special hands-on tutorial. It covers a brief introduction to PHP, system requirement, and a couple of example codes.


License: | Version: | Platform:

Rating: 0 (0/5) | Votes: 0 | Hits Out: 20 | Hits In: 0
myphpbooks - Added 05/01/07 Rate | Report | E-mail | Bookmark | Add to List | Details | Comments (0)

This script is a real world application that shows how to use MySQL with PHP. You can learn from the step by step commented php source code how to build a php program that uses MySQL to keep a database of your books. Program functions implemented include, saving a new record, listing of records for user selection, selection of a record and displaying its details, updating a record, deleting a record and searching for records. Once you have learned the techniques used in this program, you can build any php-mysql based programs.


License: | Version: | Platform:

Rating: 0 (0/5) | Votes: 0 | Hits Out: 19 | Hits In: 0
Opening a Few Windows with PHP - Added 05/01/07 Rate | Report | E-mail | Bookmark | Add to List | Details | Comments (0)

A discussion on PHP development on Windows platform. It covers installation, how to enable functionality through extensions (DLLs), sending mail, Filesystem functions, and using COM.


License: | Version: | Platform:

Rating: 0 (0/5) | Votes: 0 | Hits Out: 18 | Hits In: 0
Add Row to a Database Table - Added 05/01/07 Rate | Report | E-mail | Bookmark | Add to List | Details | Comments (0)

In this tutorial you will learn how to add a row to a MySQL database using the power of PHP. This would work great for a comment board.


License: | Version: | Platform:

Rating: 0 (0/5) | Votes: 0 | Hits Out: 16 | Hits In: 0
Compiling PHP and Apache 2 from source on Linux OS - Added 05/01/07 Rate | Report | E-mail | Bookmark | Add to List | Details | Comments (0)

This article will provide beginners and others new to Apache 2 and PHP compilation, detailed information about how to compile PHP and Apache 2 on Linux system. It should work on all Unix like OS. Even if you just want to learn how to compile software from source on Linux like OS, this article will provide enough information to get you started. After reading this article any person, who hasn't yet compiled any software from source, will be able to compile and run PHP and Apache on his Linux Machine.


License: | Version: | Platform:

Rating: 0 (0/5) | Votes: 0 | Hits Out: 18 | Hits In: 0
Conecting to a MySql Database in PHP - Added 05/01/07 Rate | Report | E-mail | Bookmark | Add to List | Details | Comments (0)

Learn how to connect to a MySql database in PHP.


License: | Version: | Platform:

Rating: 0 (0/5) | Votes: 0 | Hits Out: 15 | Hits In: 0
Count and display the number of rows in a MySQL database table - Added 05/01/07 Rate | Report | E-mail | Bookmark | Add to List | Details | Comments (0)

This code will count the number of entries / records in a MySQL database table and then display it using echo.


License: | Version: | Platform:

Rating: 0 (0/5) | Votes: 0 | Hits Out: 21 | Hits In: 0
Create a random password - Added 05/01/07 Rate | Report | E-mail | Bookmark | Add to List | Details | Comments (0)

Nice little function that will generate a completely random password.


License: | Version: | Platform:

Rating: 0 (0/5) | Votes: 0 | Hits Out: 17 | Hits In: 0
Creating Your First Script - Added 05/01/07 Rate | Report | E-mail | Bookmark | Add to List | Details | Comments (0)

Intended for absolute beginners who are interested in getting started with PHP this tutorial will take you through the basic steps to creating your first ever PHP script.


License: | Version: | Platform:

Rating: 0 (0/5) | Votes: 0 | Hits Out: 17 | Hits In: 0
Days Between Now And Future Date - Added 05/01/07 Rate | Report | E-mail | Bookmark | Add to List | Details | Comments (0)

This will calculate and show how many days there are from the current date to a date in the future that you define.


License: | Version: | Platform:

Rating: 0 (0/5) | Votes: 0 | Hits Out: 18 | Hits In: 0
Developing a Login System with PHP and MySQL - Added 05/01/07 Rate | Report | E-mail | Bookmark | Add to List | Details | Comments (0)

This advanced PHP tutorial will teach you how to create a login system using MySql. It will take you through user registration, user verification and a forgot password feature.


License: | Version: | Platform:

Rating: 0 (0/5) | Votes: 0 | Hits Out: 17 | Hits In: 0
Display a Database - Added 05/01/07 Rate | Report | E-mail | Bookmark | Add to List | Details | Comments (0)

In this tutorial you will learn how to connect to a MySQL databse and get data from the database and display it.


License: | Version: | Platform:

Rating: 0 (0/5) | Votes: 0 | Hits Out: 16 | Hits In: 0
Displaying Data In A MySQL Database - Added 05/01/07 Rate | Report | E-mail | Bookmark | Add to List | Details | Comments (0)

This tutorial shows how to store data into a MySQL database and then retrieve it by using a PHP query. This wil teach you the basics behind the use of PHP with databases.

A VERY good tutorial for beginners who are interested in learning the language quickly.


License: | Version: | Platform:

Rating: 0 (0/5) | Votes: 0 | Hits Out: 19 | Hits In: 0
Highlighting your PHP code - Added 05/01/07 Rate | Report | E-mail | Bookmark | Add to List | Details | Comments (0)

This code will highlight your file so php tags are viewed nicely, you can also rename the file extention to .phps and it will do the same thing


License: | Version: | Platform:

Rating: 0 (0/5) | Votes: 0 | Hits Out: 17 | Hits In: 0
How to Get Apache, PHP, and MySQL Up and Running - Added 05/01/07 Rate | Report | E-mail | Bookmark | Add to List | Details | Comments (0)

If you have no idea where to start or need some help on how to install, configure and tweak Apache, PHP, and MySQL on Unix or Windows, this 3-part hands-on article will guide you before you get lost in manuals.


License: | Version: | Platform:

Rating: 0 (0/5) | Votes: 0 | Hits Out: 14 | Hits In: 0
How to protect PDF files using PHP - Added 05/01/07 Rate | Report | E-mail | Bookmark | Add to List | Details | Comments (0)

This tutorial explains how to safely hide away PDF files from public access using htaccess, but then having a PHP file run its own authorization to allow access to the file without the Network Password dialog box. The PDF file will be displayed in the browser (if the user has acrobat reader) or promoted to download the pdf file if the user doesn't have acrobat reader. This is perfect for when you want to restrict PDF files to authorized eyes only. This simple to use tutorial will have you up and running in a few minutes, one page of info with full source code, and working examples.


License: | Version: | Platform:

Rating: 0 (0/5) | Votes: 0 | Hits Out: 12 | Hits In: 0
 

Sort links by in order, and show links per page.
Page: 1 [2][3][4][5][6][Last]
Search for in
iAuto classifieds software
      Added :05/29/08 | > PHP > Scripts and Programs > Classified Ads | Website: http://www.iautosoftware.com/
      iAuto is a cutting edge SEO-friendly PHP auto classifieds script.
iRealty classifieds software
      Added :05/29/08 | > PHP > Scripts and Programs > Classified Ads | Website: http://www.irealtysoft.com/
      iRealty is a cutting edge SEO-friendly PHP real estate classifieds software with multi-language user interface.
iLister classifieds software
      Added :05/29/08 | > PHP > Scripts and Programs > Classified Ads | Website: http://www.ilistersoft.com
      iLister classifieds software an all-purpose SEO-optimized platform for creating classifieds websites of ANY kind.
Dating Script
      Added :05/23/08 | > PHP > Scripts and Programs > Portal Systems | Website: http://www.ajdating.com/
      Professional Online Dating Software.
HYIP Scripts
      Added :05/23/08 | > PHP > Scripts and Programs > Financial Tools | Website: http://www.ajhyip.com/
      AJ HYIP is a complete financial tool with no technical knowledge required to manage the site.
HYIP Scripts
      Added :05/23/08 | > PHP > Scripts and Programs > Financial Tools | Website: http://www.ajhyip.com/
      AJ HYIP is a complete financial tool with no technical knowledge required to manage the site.
Ecommerce Software
      Added :05/23/08 | > PHP > Scripts and Programs > E-Commerce | Website: http://www.ajsquare.com/products/ecom/index.php
      AJ E-Commerce is a complete e-commerce solution that provides all you need to build, operate and maintain an professional-looking on-line store as quickly and efficiently as possible.
Classifieds Ads Script
      Added :05/23/08 | > PHP > Scripts and Programs > Classified Ads | Website: http://www.ajclassifieds.net/
      Professional Online Classifieds Software.
PHP Auction Scripts
      Added :05/23/08 | > PHP > Scripts and Programs > Auctions | Website: http://www.ajauctionpro.com/
      AJ Auction Pro is the best Auction Portal script software available in the Universe.
Geodesic Auctions Enterprise Software
      Added :05/20/08 | > PHP > Scripts and Programs > Auctions | Website: http://www.geodesicsolutions.com/products/auctions/auctions_enterprise.htm
      GeoAuction Enterprise is a highly configurable and extensible auction solution.


MojoAuto 5
MojoEstate 5
MojoJobs 5
MojoPersonals 5
MojoClassifieds 5
 
MojoAuto Comments (0)
MojoEstate Comments (0)
MojoJobs Comments (0)
MojoPersonals Comments (0)
MojoClassifieds Comments (0)
- Classifieds Software
- Content Management Software
- Directory Software
 
- Automatic Link Exchange
- Web Templates
- Web Hosting
- Webdeveloper Yellow Pages
 
 



[Login] [Register]

Contact Us | Link To Us | Bookmark Us | Advertising Info | Terms Of Use | Privacy Policy

Copyright © 2001-2007 Tela IT Inc ®. All rights reserved.