Main > Free Download Search >

Free using drupal script

using drupal

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7389
Using PHP with MySQL 1

Using PHP with MySQL 1


Quick and easy script on how to create a DB link and execute an sql statement more>> Quick and easy script on how to create a DB link and execute an sql statement<<less
Added: 2007-11-13 License: GPL Price: $0.00USD
13 downloads
Using Object in ASP

Using Object in ASP


To use an object in ASP, you should create an instance of an object. We use CreateObject method creating object. Lets see it on an real application. . more>> To use an object in ASP, you should create an instance of an object. We use CreateObject method creating object. Lets see it on an real application. .<<less
Added: 2006-09-18 License: Freeware Price: Free
1132 downloads
Using SOAP with PHP

Using SOAP with PHP


SOAP is a wonderful technology that can help you in developing great applications. In this tutorial, we will investigate the use of SOAP in PHP. more>> SOAP is a wonderful technology that can help you in developing great applications. In this tutorial, we will investigate the use of SOAP in PHP.<<less
Added: 2004-06-22 License: Not Specified Price: Free
1103 downloads
Form mail using PHP

Form mail using PHP


One of the most important scripts which is used online is the Mail Form. Fortunately, PHP makes it extremly easy to use form mail, using the mail() function. So the Form Mail were going to make is goi more>> One of the most important scripts which is used online is the Mail Form. Fortunately, PHP makes it extremly easy to use form mail, using the mail() function. So the Form Mail were going to make is going to be broken does into 2 parts. One part has the HTML for the form and the second part is the processing for the form. However, we have to work backwards and do the processing before hand. We will ask three things on the form to keep it simple: their name, their e-mail address, and their comments. Lets get started with the first part:<<less
Added: 2007-06-18 License: PHP License Price: Free
969 downloads
Feedback Form using JMAIL 1

Feedback Form using JMAIL 1


Let your visitors contact you with this colorful form that uses ASP and JMAIL. Included with this form is a Header and Footer file. more>> Let your visitors contact you with this colorful form that uses ASP and JMAIL. Included with this form is a Header and Footer file.<<less
Added: 2003-01-27 License: Freeware Price: $0.00USD
10 downloads
 
Other version of Feedback Form using JMAIL
Feedback Form using JMAILLet your visitors contact you with this colorful form that uses ASP . Let your visitors contact you with this colorful form that uses ASP
License:Freeware
Download
2490 downloads
Added: 2003-01-27
Itty Bitty URL Shrinker (For Drupal) 0.2

Itty Bitty URL Shrinker (For Drupal) 0.2


A fairly simple url shrinking application based on a Drupal.org install. This allows for a great deal of flexibility as there are a great many other modules that the script could be associated with. It checks the database for previous entries with more>> A fairly simple url shrinking application based on a Drupal.org install. This allows for a great deal of flexibility as there are a great many other modules that the script could be associated with. It checks the database for previous entries with the same url and verifies that the url is valid. This helps make the urls even shorter in the long run.<<less
Added: 2006-04-15 License: GPL Price: $0.00USD
13 downloads
Using mod_rewrite To Your Advantage 1.0

Using mod_rewrite To Your Advantage 1.0


Learn how to use mod_rewrite to your advantage to take some overhead off your PHP script and validate Query Strings faster and more securely than any hard coded PHP script. more>> Learn how to use mod_rewrite to your advantage to take some overhead off your PHP script and validate Query Strings faster and more securely than any hard coded PHP script.<<less
Added: 2006-06-12 License: Other Price: $0.00USD
12 downloads
 
Other version of Using mod_rewrite To Your Advantage
Using mod_rewrite To Your AdvantageLearn how to use mod_rewrite to your advantage to take some . Learn how to use mod_rewrite to your advantage to take some
License:Other Free / Open Source License
Download
1241 downloads
Added: 2006-06-12
Using XML in ASP.NET 1

Using XML in ASP.NET 1


This tutorial explains how to store and retrieve data by using XML with ASP.NET web application. XML is a cross-platform, hardware and software independent, text based markup language, which enables you to store data in a structured format by using more>> This tutorial explains how to store and retrieve data by using XML with ASP.NET web application. XML is a cross-platform, hardware and software independent, text based markup language, which enables you to store data in a structured format by using meaningful tags. XML stores structured data in XML documents that are similar to databases.<<less
Added: 2008-06-18 License: Freeware Price: $0.00USD
13 downloads
Using JavaScript Errors

Using JavaScript Errors


Dealing with JavaScript or an Ajax based application is always a tricky task. Even the most experienced developers would end up with unexpected errors especially when the application is tested for the first time. Bugs and error in coding will always be more>> <<less
Added: 2009-05-09 License: Freeware Price: $0.00USD
16 downloads
Sending Email Using PHP

Sending Email Using PHP


In this tutorial you will learn how to send email to one person, multiple people, send and redirct to a page, send if someone visits your error 404 or other pages, add an attachment to an email, and e more>> In this tutorial you will learn how to send email to one person, multiple people, send and redirct to a page, send if someone visits your error 404 or other pages, add an attachment to an email, and even check to see if the email address entered is in the correct email format (name@domain.com).<<less
Added: 2006-09-21 License: Other Free / Open Source License Price: Free
1198 downloads
Sending emails using php! 1.00

Sending emails using php! 1.00


This tutorial will teach you the basics of form processing and email sending using php. It first teaches you how to produce a html form and process it on the same page using php. Then it moves on how to send emails using php more>> This tutorial will teach you the basics of form processing and email sending using php. It first teaches you how to produce a html form and process it on the same page using php. Then it moves on how to send emails using php<<less
Added: 2006-11-05 License: Freeware Price: $0.00USD
12 downloads
 
Other version of Sending emails using php!
Sending emails using php!Sending emails using php! This tutorial will teach you the basics of form processing and email ... to produce a html form and process it on the same page using php. Then it moves on how to send emails
License:Freeware
Download
640 downloads
Added: 2006-11-05
Using Web services in ASP.NET 1

Using Web services in ASP.NET 1


This tutorial explains how to easily use Web services in ASP.NET web applications through an example Simple Online Product Warehouse Visual Studio project. more>> This tutorial explains how to easily use Web services in ASP.NET web applications through an example Simple Online Product Warehouse Visual Studio project.<<less
Added: 2008-12-18 License: Freeware Price: $0.00USD
10 downloads
Simple Counter using MySQL

Simple Counter using MySQL


Learn how to make a PHP/MySQL visitor counter that counts both unique and returning visitors based of a users IP address. more>> Learn how to make a PHP/MySQL visitor counter that counts both unique and returning visitors based of a users IP address.<<less
Added: 2008-06-26 License: Freeware Price: $0.00USD
14 downloads
PHP tutorial: Using arrays

PHP tutorial: Using arrays


This tutorial will start introducing the array concept by creating them from info in a table. It will be shown how to display data from the array. Two additional examples will be used to show how to c more>> This tutorial will start introducing the array concept by creating them from info in a table. It will be shown how to display data from the array. Two additional examples will be used to show how to create arrays from strings, and how to perform simple keyword searches.<<less
Added: 2006-05-25 License: Other Free / Open Source License Price: Free
1288 downloads
XML Ajax Application Using DHTML

XML Ajax Application Using DHTML


Creating an Ajax based application with XML ensures functionality and ease of development from developers. Because of XMLâ??s ability to work with different browsers and programming languages, XML enable developers to build applications not just based on more>> <<less
Added: 2009-05-03 License: Freeware Price: $0.00USD
12 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5